/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDieTest.cpp | 140 PrologueLength: 36 in TEST() 237 PrologueLength: 36 in TEST() 343 PrologueLength: 36 in TEST() 459 PrologueLength: 36 in TEST() 581 PrologueLength: 36 in TEST()
|
H A D | DWARFDebugLineTest.cpp | 148 uint64_t PrologueLength; in checkDefaultPrologue() local 151 PrologueLength = 36; in checkDefaultPrologue() 152 UnitLength = PrologueLength + 2; in checkDefaultPrologue() 157 PrologueLength = 35; in checkDefaultPrologue() 158 UnitLength = PrologueLength + 2; in checkDefaultPrologue() 161 PrologueLength = 42; in checkDefaultPrologue() 162 UnitLength = PrologueLength + 4; in checkDefaultPrologue() 172 EXPECT_EQ(Prologue.PrologueLength, PrologueLength); in checkDefaultPrologue() 245 uint64_t ExpectedLength = Prologue.PrologueLength [all...] |
H A D | DwarfGenerator.cpp | 193 P.PrologueLength = 35; in createBasicPrologue() 197 P.PrologueLength = 36; in createBasicPrologue() 201 P.PrologueLength = 42; in createBasicPrologue() 354 Asm.emitInt64(Prologue->PrologueLength); in writePrologue() 356 Asm.emitInt32(Prologue->PrologueLength); in writePrologue()
|
/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
H A D | debug-line.yaml | 76 PrologueLength: 50 206 PrologueLength: 50 232 PrologueLength: 50 296 PrologueLength: 50 341 PrologueLength: 0x1234 422 PrologueLength: 0x1234
|
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/ |
H A D | elf-empty-dir.yaml | 65 PrologueLength: 31
|
H A D | mach-dwarf.yaml | 683 PrologueLength: 32
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 380 DebugLines.PrologueLength = in dumpDebugLines() 382 assert(DebugLines.PrologueLength); in dumpDebugLines() 383 const uint64_t EndPrologue = *DebugLines.PrologueLength + Offset; in dumpDebugLines()
|
/llvm-project/llvm/test/ObjectYAML/MachO/ |
H A D | DWARF-debug_line.yaml | 495 PrologueLength: 36 535 # CHECK-NEXT: PrologueLength: 36
|
H A D | DWARF5-debug_info.yaml | 463 PrologueLength: 36
|
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
H A D | verify_attr_file_indexes_no_files.yaml | 107 PrologueLength: 24
|
H A D | verify_attr_file_indexes.yaml | 107 PrologueLength: 34
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 283 IO.mapOptional("PrologueLength", LineTable.PrologueLength); in mapping()
|
/llvm-project/llvm/test/tools/llvm-dwarfdump/AArch64/ |
H A D | verify-no-file.yaml | 336 PrologueLength: 29
|
/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/ |
H A D | fat-macho-dwarf.yaml | 467 PrologueLength: 32 935 PrologueLength: 32
|
/llvm-project/lldb/test/API/functionalities/source-map/ |
H A D | a.yaml | 369 PrologueLength: 40
|
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
H A D | bad_aranges.yaml | 411 PrologueLength: 32
|
H A D | relative.yaml | 411 PrologueLength: 32
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 106 TotalLength = PrologueLength = 0; in clear() 133 PrologueLength) in dump() 356 uint64_t Length = PrologueLength + sizeofTotalLength() + in getLength() 413 PrologueLength = in parse() 415 const uint64_t EndPrologueOffset = PrologueLength + Cursor.tell(); in parse()
|
/llvm-project/llvm/unittests/DebugInfo/GSYM/ |
H A D | GSYMTest.cpp | 1762 PrologueLength: 46 in TEST() 2026 PrologueLength: 34 in TEST() 2985 PrologueLength: 36 in TEST() 3223 PrologueLength: 36 in TEST() 3443 PrologueLength: 36 in TEST() 3478 PrologueLength: 36 in TEST() 3706 PrologueLength: 48 in TEST() 3938 PrologueLength: 48 in TEST() 4108 PrologueLength: 36 in TEST() 4261 PrologueLength in TEST() [all...] |
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/ |
H A D | strip-all-with-dwarf.yaml | 472 PrologueLength: 36
|
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/Inputs/ |
H A D | inlined-file0-line0-col0.yaml | 623 PrologueLength: 50
|
/llvm-project/lldb/test/API/functionalities/module_cache/debug_index/ |
H A D | exe.yaml | 711 PrologueLength: 157
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 71 uint64_t PrologueLength; member
|
/llvm-project/lldb/test/Shell/Commands/ |
H A D | command-image-lookup.yaml | 695 PrologueLength: 35
|
/llvm-project/lldb/unittests/Symbol/Inputs/ |
H A D | inlined-functions.yaml | 706 PrologueLength: 45
|