Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp139 uint64_t PrologueLength; in checkDefaultPrologue() local
142 PrologueLength = 36; in checkDefaultPrologue()
143 UnitLength = PrologueLength + 2; in checkDefaultPrologue()
148 PrologueLength = 35; in checkDefaultPrologue()
149 UnitLength = PrologueLength + 2; in checkDefaultPrologue()
152 PrologueLength = 42; in checkDefaultPrologue()
153 UnitLength = PrologueLength + 4; in checkDefaultPrologue()
163 EXPECT_EQ(Prologue.PrologueLength, PrologueLength); in checkDefaultPrologue()
232 uint64_t ExpectedLength = Prologue.PrologueLength + 10; in TEST_P()
407 ++Prologue.PrologueLength; in TEST_P()
[all …]
DDwarfGenerator.cpp164 P.PrologueLength = 35; in createBasicPrologue()
168 P.PrologueLength = 36; in createBasicPrologue()
172 P.PrologueLength = 42; in createBasicPrologue()
325 Asm.emitInt64(Prologue->PrologueLength); in writePrologue()
327 Asm.emitInt32(Prologue->PrologueLength); in writePrologue()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h46 uint64_t PrologueLength; member
76 return PrologueLength + sizeofTotalLength() + sizeof(Version) + in getLength()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp23 TotalLength = Version = PrologueLength = 0; in clear()
36 << format(" prologue_length: 0x%8.8" PRIx64 "\n", PrologueLength) in dump()
83 PrologueLength = in parse()
85 const uint64_t end_prologue_offset = PrologueLength + *offset_ptr; in parse()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h75 uint64_t PrologueLength; member
112 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) + in getLength()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp368 DebugLines.PrologueLength = in dumpDebugLines()
370 assert(DebugLines.PrologueLength); in dumpDebugLines()
371 const uint64_t EndPrologue = *DebugLines.PrologueLength + Offset; in dumpDebugLines()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp89 TotalLength = PrologueLength = 0; in clear()
108 OS << format(" prologue_length: 0x%8.8" PRIx64 "\n", PrologueLength) in dump()
332 PrologueLength = in parse()
334 const uint64_t EndPrologueOffset = PrologueLength + *OffsetPtr; in parse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp152 IO.mapRequired("PrologueLength", LineTable.PrologueLength); in mapping()
DDWARFEmitter.cpp217 writeVariableSizedInteger(LineTable.PrologueLength, SizeOfPrologueLength, in EmitDebugLine()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h75 uint64_t PrologueLength; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h130 uint64_t PrologueLength; member
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp240 IO.mapOptional("PrologueLength", LineTable.PrologueLength); in mapping()
DDWARFEmitter.cpp606 LineTable.PrologueLength ? *LineTable.PrologueLength : Buffer.size(); in emitDebugLine()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h142 Optional<uint64_t> PrologueLength; member
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1784 uint32_t PrologueEnd = *StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3087 uint32_t PrologueEnd = StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit()