Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp370 DebugLines.PrologueLength = in dumpDebugLines()
372 assert(DebugLines.PrologueLength); in dumpDebugLines()
373 const uint64_t EndPrologue = *DebugLines.PrologueLength + Offset; in dumpDebugLines()
/openbsd/src/gnu/llvm/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()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h71 uint64_t PrologueLength; member
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DDWARFYAML.cpp240 IO.mapOptional("PrologueLength", LineTable.PrologueLength); in mapping()
DDWARFEmitter.cpp606 LineTable.PrologueLength ? *LineTable.PrologueLength : Buffer.size(); in emitDebugLine()
/openbsd/src/gnu/llvm/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h143 std::optional<uint64_t> PrologueLength; member
/openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1884 uint32_t PrologueEnd = *StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit()