Home
last modified time | relevance | path

Searched refs:PrologueLength (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp106 TotalLength = PrologueLength = 0; in clear()
133 PrologueLength) in dump()
352 uint64_t Length = PrologueLength + sizeofTotalLength() + in getLength()
393 PrologueLength = in parse()
395 const uint64_t EndPrologueOffset = PrologueLength + Cursor.tell(); in parse()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h75 uint64_t PrologueLength; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp240 IO.mapOptional("PrologueLength", LineTable.PrologueLength); in mapping()
DDWARFEmitter.cpp605 LineTable.PrologueLength ? *LineTable.PrologueLength : Buffer.size(); in emitDebugLine()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h142 Optional<uint64_t> PrologueLength; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1766 uint32_t PrologueEnd = *StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit()