Home
last modified time | relevance | path

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

12

/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp140 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 DDWARFDebugLineTest.cpp148 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 DDwarfGenerator.cpp193 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 Ddebug-line.yaml76 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 Delf-empty-dir.yaml65 PrologueLength: 31
H A Dmach-dwarf.yaml683 PrologueLength: 32
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp380 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 DDWARF-debug_line.yaml495 PrologueLength: 36
535 # CHECK-NEXT: PrologueLength: 36
H A DDWARF5-debug_info.yaml463 PrologueLength: 36
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
H A Dverify_attr_file_indexes_no_files.yaml107 PrologueLength: 24
H A Dverify_attr_file_indexes.yaml107 PrologueLength: 34
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp283 IO.mapOptional("PrologueLength", LineTable.PrologueLength); in mapping()
/llvm-project/llvm/test/tools/llvm-dwarfdump/AArch64/
H A Dverify-no-file.yaml336 PrologueLength: 29
/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/
H A Dfat-macho-dwarf.yaml467 PrologueLength: 32
935 PrologueLength: 32
/llvm-project/lldb/test/API/functionalities/source-map/
H A Da.yaml369 PrologueLength: 40
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A Dbad_aranges.yaml411 PrologueLength: 32
H A Drelative.yaml411 PrologueLength: 32
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp106 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 DGSYMTest.cpp1762 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 Dstrip-all-with-dwarf.yaml472 PrologueLength: 36
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/Inputs/
H A Dinlined-file0-line0-col0.yaml623 PrologueLength: 50
/llvm-project/lldb/test/API/functionalities/module_cache/debug_index/
H A Dexe.yaml711 PrologueLength: 157
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h71 uint64_t PrologueLength; member
/llvm-project/lldb/test/Shell/Commands/
H A Dcommand-image-lookup.yaml695 PrologueLength: 35
/llvm-project/lldb/unittests/Symbol/Inputs/
H A Dinlined-functions.yaml706 PrologueLength: 45

12