/llvm-project/llvm/test/ObjectYAML/MachO/ |
H A D | DWARF-pubsections.yaml | 60 UnitOffset: 0 68 UnitOffset: 0 80 # CHECK-NEXT: UnitOffset: 0 88 # CHECK-NEXT: UnitOffset: 0 188 # INVALID-LENGTH-NEXT: UnitOffset: 0 233 UnitOffset: 0
|
H A D | DWARF-debug_line.yaml | 409 UnitOffset: 0 417 UnitOffset: 0
|
/llvm-project/llvm/unittests/ObjectYAML/ |
H A D | DWARFYAMLTest.cpp | 73 UnitOffset: 0x4321 in TEST() 83 UnitOffset: 0x4321 in TEST() 118 UnitOffset: 0x4321 in TEST() 135 UnitOffset: 0x4321 in TEST() 147 UnitOffset: 0x4321 in TEST() 188 UnitOffset: 0x4321 in TEST()
|
/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
H A D | debug-gnu-pubtypes.yaml | 48 UnitOffset: 0x1234 140 UnitOffset: 0x1234 162 UnitOffset: 0x1234 222 UnitOffset: 0x1234 244 UnitOffset: 0x1234
|
H A D | debug-gnu-pubnames.yaml | 48 UnitOffset: 0x1234 140 UnitOffset: 0x1234 162 UnitOffset: 0x1234 222 UnitOffset: 0x1234 244 UnitOffset: 0x1234
|
H A D | debug-pubtypes.yaml | 48 UnitOffset: 0x1234 137 UnitOffset: 0x1234 159 UnitOffset: 0x1234 219 UnitOffset: 0x1234
|
H A D | debug-pubnames.yaml | 47 UnitOffset: 0x1234 136 UnitOffset: 0x1234 158 UnitOffset: 0x1234 218 UnitOffset: 0x1234
|
/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/ |
H A D | fat-macho-dwarf.yaml | 386 UnitOffset: 0 394 UnitOffset: 0 851 UnitOffset: 0 859 UnitOffset: 0
|
/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 749 uint64_t UnitOffset = 0; in write() local 750 while (Info.size() > UnitOffset) { in write() 752 parseInfoSectionUnitHeader(Info.substr(UnitOffset, Info.size())); in write() 777 UnitOffset += C.getLength32(); in write() 782 Info.substr(UnitOffset - C.getLength32(), C.getLength32()), in write() 802 Info.substr(UnitOffset - C.getLength32(), C.getLength32())); in write()
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | GDBIndex.h | 28 uint64_t UnitOffset; member
|
H A D | DIEBuilder.h | 59 uint32_t UnitOffset = 0; member
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFFormValue.cpp |
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 111 struct UnitOffset { global() struct 115 OffsetUnitOffset global() argument
|
/llvm-project/lldb/test/Shell/Commands/ |
H A D | command-image-lookup.yaml | 476 UnitOffset: 0 492 UnitOffset: 0
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 205 IO.mapRequired("UnitOffset", Section.UnitOffset); in mapping()
|
H A D | DWARFEmitter.cpp | 230 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in emitPubSection()
|
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/ |
H A D | mach-dwarf.yaml | 549 UnitOffset: 0 561 UnitOffset: 0
|
/llvm-project/bolt/lib/Core/ |
H A D | GDBIndex.cpp | 154 write64le(Buffer, Entry.UnitOffset); in updateGdbIndexSection()
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.h | 42 uint64_t UnitOffset, int64_t LinkedOffset);
|
H A D | DwarfLinkerForBinary.cpp | 1224 bool IsDWARF5, std::vector<ValidReloc> &InRelocs, uint64_t UnitOffset, in updateAndSaveValidRelocs() argument 1227 StoredValidDebugInfoRelocsMap[UnitOffset]; in updateAndSaveValidRelocs() 1229 OutRelocs = StoredValidDebugAddrRelocsMap[UnitOffset]; in updateAndSaveValidRelocs()
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 192 Y.UnitOffset = Sets[0].Offset; in dumpPubSection()
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 88 uint32_t UnitOffset; member
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp |
|