Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.h35 : 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()
DDWARFDebugLine.cpp22 << 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/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp155 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 …]
DDwarfGenerator.cpp156 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()
/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-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h75 uint64_t PrologueLength; member
112 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) + in getLength()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp70 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/tools/obj2yaml/
Ddwarf2yaml.cpp255 DebugLines.PrologueLength = in dumpDebugLines()
257 const uint64_t EndPrologue = DebugLines.PrologueLength + Offset; in dumpDebugLines()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp153 IO.mapRequired("PrologueLength", LineTable.PrologueLength); in mapping()
DDWARFEmitter.cpp218 writeVariableSizedInteger(LineTable.PrologueLength, SizeOfPrologueLength, in EmitDebugLine()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h131 uint64_t PrologueLength; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1798 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()