Home
last modified time | relevance | path

Searched full:unitoffset (Results 1 – 23 of 23) sorted by relevance

/llvm-project/llvm/test/ObjectYAML/MachO/
H A DDWARF-pubsections.yaml60 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 DDWARF-debug_line.yaml409 UnitOffset: 0
417 UnitOffset: 0
/llvm-project/llvm/unittests/ObjectYAML/
H A DDWARFYAMLTest.cpp73 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 Ddebug-gnu-pubtypes.yaml48 UnitOffset: 0x1234
140 UnitOffset: 0x1234
162 UnitOffset: 0x1234
222 UnitOffset: 0x1234
244 UnitOffset: 0x1234
H A Ddebug-gnu-pubnames.yaml48 UnitOffset: 0x1234
140 UnitOffset: 0x1234
162 UnitOffset: 0x1234
222 UnitOffset: 0x1234
244 UnitOffset: 0x1234
H A Ddebug-pubtypes.yaml48 UnitOffset: 0x1234
137 UnitOffset: 0x1234
159 UnitOffset: 0x1234
219 UnitOffset: 0x1234
H A Ddebug-pubnames.yaml47 UnitOffset: 0x1234
136 UnitOffset: 0x1234
158 UnitOffset: 0x1234
218 UnitOffset: 0x1234
/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/
H A Dfat-macho-dwarf.yaml386 UnitOffset: 0
394 UnitOffset: 0
851 UnitOffset: 0
859 UnitOffset: 0
/llvm-project/llvm/lib/DWP/
H A DDWP.cpp749 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 DGDBIndex.h28 uint64_t UnitOffset; member
H A DDIEBuilder.h59 uint32_t UnitOffset = 0; member
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h111 struct UnitOffset { global() struct
115 OffsetUnitOffset global() argument
/llvm-project/lldb/test/Shell/Commands/
H A Dcommand-image-lookup.yaml476 UnitOffset: 0
492 UnitOffset: 0
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp205 IO.mapRequired("UnitOffset", Section.UnitOffset); in mapping()
H A DDWARFEmitter.cpp230 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in emitPubSection()
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/
H A Dmach-dwarf.yaml549 UnitOffset: 0
561 UnitOffset: 0
/llvm-project/bolt/lib/Core/
H A DGDBIndex.cpp154 write64le(Buffer, Entry.UnitOffset); in updateGdbIndexSection()
/llvm-project/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h42 uint64_t UnitOffset, int64_t LinkedOffset);
H A DDwarfLinkerForBinary.cpp1224 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 Ddwarf2yaml.cpp192 Y.UnitOffset = Sets[0].Offset; in dumpPubSection()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h88 uint32_t UnitOffset; member
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp