Home
last modified time | relevance | path

Searched full:prologuelength (Results 1 – 25 of 29) sorted by relevance

12

/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-project/llvm/test/tools/yaml2obj/ELF/DWARF/
Ddebug-line.yaml76 PrologueLength: 50
206 PrologueLength: 50
232 PrologueLength: 50
296 PrologueLength: 50
341 PrologueLength: 0x1234
422 PrologueLength: 0x1234
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h46 uint64_t PrologueLength; member
76 return PrologueLength + sizeofTotalLength() + sizeof(Version) + in getLength()
/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/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/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/test/ObjectYAML/MachO/
DDWARF-debug_line.yaml495 PrologueLength: 36
535 # CHECK-NEXT: PrologueLength: 36
DDWARF5-debug_info.yaml463 PrologueLength: 36
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Dverify_attr_file_indexes.yaml107 PrologueLength: 34
Dverify_attr_file_indexes_no_files.yaml107 PrologueLength: 24
/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/lib/ObjectYAML/
DDWARFYAML.cpp240 IO.mapOptional("PrologueLength", LineTable.PrologueLength); in mapping()
DDWARFEmitter.cpp606 LineTable.PrologueLength ? *LineTable.PrologueLength : Buffer.size(); in emitDebugLine()
/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/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/
Dfat-macho-dwarf.yaml467 PrologueLength: 32
935 PrologueLength: 32
/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/llvm-project/lldb/test/API/functionalities/source-map/
Da.yaml369 PrologueLength: 40
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/
Dstrip-all-with-dwarf.yaml464 PrologueLength: 36
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h130 uint64_t PrologueLength; member
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h75 uint64_t PrologueLength; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h142 Optional<uint64_t> PrologueLength; member
/external/llvm-project/lldb/unittests/Symbol/Inputs/
Dinlined-functions.yaml706 PrologueLength: 45
/external/llvm-project/llvm/test/tools/llvm-gsymutil/X86/
Dmach-dwarf.yaml683 PrologueLength: 32

12