Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/ObjectYAML/MachO/
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
DDWARF-debug_line.yaml409 UnitOffset: 0
417 UnitOffset: 0
/external/llvm-project/llvm/unittests/ObjectYAML/
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()
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/
Ddebug-gnu-pubnames.yaml48 UnitOffset: 0x1234
140 UnitOffset: 0x1234
162 UnitOffset: 0x1234
222 UnitOffset: 0x1234
244 UnitOffset: 0x1234
Ddebug-gnu-pubtypes.yaml48 UnitOffset: 0x1234
140 UnitOffset: 0x1234
162 UnitOffset: 0x1234
222 UnitOffset: 0x1234
244 UnitOffset: 0x1234
Ddebug-pubnames.yaml47 UnitOffset: 0x1234
136 UnitOffset: 0x1234
158 UnitOffset: 0x1234
218 UnitOffset: 0x1234
Ddebug-pubtypes.yaml48 UnitOffset: 0x1234
137 UnitOffset: 0x1234
159 UnitOffset: 0x1234
219 UnitOffset: 0x1234
/external/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/
Dfat-macho-dwarf.yaml386 UnitOffset: 0
394 UnitOffset: 0
851 UnitOffset: 0
859 UnitOffset: 0
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp91 IO.mapRequired("UnitOffset", Section.UnitOffset); in mapping()
DDWARFEmitter.cpp122 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in EmitPubSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp655 Optional<DWARFFormValue::UnitOffset> DWARFFormValue::getAsRelativeReference() const { in getAsRelativeReference()
666 return UnitOffset{const_cast<DWARFUnit*>(U), Value.uval}; in getAsRelativeReference()
670 return UnitOffset{nullptr, Value.uval}; in getAsRelativeReference()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp657 Optional<DWARFFormValue::UnitOffset> DWARFFormValue::getAsRelativeReference() const { in getAsRelativeReference()
668 return UnitOffset{const_cast<DWARFUnit*>(U), Value.uval}; in getAsRelativeReference()
672 return UnitOffset{nullptr, Value.uval}; in getAsRelativeReference()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h107 struct UnitOffset { struct
111 Optional<UnitOffset> getAsRelativeReference() const; argument
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h112 struct UnitOffset { struct
116 Optional<UnitOffset> getAsRelativeReference() const; argument
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp178 IO.mapRequired("UnitOffset", Section.UnitOffset); in mapping()
DDWARFEmitter.cpp231 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in emitPubSection()
/external/llvm-project/llvm/test/tools/llvm-gsymutil/X86/
Dmach-dwarf.yaml549 UnitOffset: 0
561 UnitOffset: 0
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h83 uint32_t UnitOffset; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h87 uint32_t UnitOffset; member
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp186 Y.UnitOffset = Sets[0].Offset; in dumpPubSection()