Searched full:prologuelength (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 155 uint64_t PrologueLength; in checkDefaultPrologue() local 158 PrologueLength = 36; in checkDefaultPrologue() 159 UnitLength = PrologueLength + 2; in checkDefaultPrologue() 164 PrologueLength = 35; in checkDefaultPrologue() 165 UnitLength = PrologueLength + 2; in checkDefaultPrologue() 168 PrologueLength = 39; in checkDefaultPrologue() 169 UnitLength = PrologueLength + 4; in checkDefaultPrologue() 179 EXPECT_EQ(Prologue.PrologueLength, PrologueLength); in checkDefaultPrologue() 360 ++Prologue.PrologueLength; in TEST_P() 387 Prologue.PrologueLength -= 2; in TEST_P() [all …]
|
D | DwarfGenerator.cpp | 156 P.PrologueLength = 35; in createBasicPrologue() 160 P.PrologueLength = 36; in createBasicPrologue() 164 P.PrologueLength = 39; in createBasicPrologue() 298 Asm.emitInt64(Prologue->PrologueLength); in writePrologue() 300 Asm.emitInt32(Prologue->PrologueLength); in writePrologue()
|
D | DWARFDebugInfoTest.cpp | 2062 PrologueLength: 34 in TEST() 2132 PrologueLength: 34 in TEST() 2204 PrologueLength: 34 in TEST() 2277 PrologueLength: 44 in TEST() 2365 PrologueLength: 34 in TEST()
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugLine.h | 35 : TotalLength(0), Version(0), PrologueLength(0), MinInstLength(0), in Prologue() 45 uint32_t PrologueLength; member 64 return PrologueLength + sizeof(TotalLength) + sizeof(Version) + in getLength() 65 sizeof(PrologueLength); in getLength() 76 TotalLength = Version = PrologueLength = 0; in clear()
|
D | DWARFDebugLine.cpp | 22 << format("prologue_length: 0x%8.8x\n", PrologueLength) in dump() 142 prologue->PrologueLength = debug_line_data.getU32(offset_ptr); in parsePrologue() 143 const uint32_t end_prologue_offset = prologue->PrologueLength + *offset_ptr; in parsePrologue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 153 IO.mapRequired("PrologueLength", LineTable.PrologueLength); in mapping()
|
D | DWARFEmitter.cpp | 218 writeVariableSizedInteger(LineTable.PrologueLength, SizeOfPrologueLength, in EmitDebugLine()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 46 uint64_t PrologueLength; member 76 return PrologueLength + sizeofTotalLength() + sizeof(Version) + in getLength()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 23 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-7.0/llvm/test/ObjectYAML/MachO/ |
D | DWARF-debug_line.yaml | 499 PrologueLength: 36 541 #CHECK: PrologueLength: 36
|
D | DWARF5-debug_info.yaml | 461 PrologueLength: 36
|
D | DWARF-debug_info.yaml | 460 PrologueLength: 36
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 75 uint64_t PrologueLength; member 112 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) + in getLength()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 255 DebugLines.PrologueLength = in dumpDebugLines() 257 const uint64_t EndPrologue = DebugLines.PrologueLength + Offset; in dumpDebugLines()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 70 TotalLength = PrologueLength = 0; in clear() 89 OS << format(" prologue_length: 0x%8.8" PRIx64 "\n", PrologueLength) in dump() 325 PrologueLength = DebugLineData.getUnsigned(OffsetPtr, sizeofPrologueLength()); in parse() 326 const uint64_t EndPrologueOffset = PrologueLength + *OffsetPtr; in parse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 131 uint64_t PrologueLength; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1798 uint32_t PrologueEnd = *StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 3087 uint32_t PrologueEnd = StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit()
|