Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp106 TotalLength = PrologueLength = 0; in clear()
133 PrologueLength) in dump()
357 uint64_t Length = PrologueLength + sizeofTotalLength() + in getLength()
414 PrologueLength = in parse()
416 const uint64_t EndPrologueOffset = PrologueLength + Cursor.tell(); in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h71 uint64_t PrologueLength; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp267 IO.mapOptional("PrologueLength", LineTable.PrologueLength); in mapping()
H A DDWARFEmitter.cpp606 LineTable.PrologueLength ? *LineTable.PrologueLength : Buffer.size(); in emitDebugLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h165 std::optional<uint64_t> PrologueLength; member