Searched refs:UnitOffset (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 107 struct UnitOffset { struct 111 Optional<UnitOffset> getAsRelativeReference() const; argument
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 112 struct UnitOffset { struct 116 Optional<UnitOffset> getAsRelativeReference() const; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 655 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/ |
D | DWARFFormValue.cpp | 657 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/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 91 IO.mapRequired("UnitOffset", Section.UnitOffset); in mapping()
|
D | DWARFEmitter.cpp | 122 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in EmitPubSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 83 uint32_t UnitOffset; member
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 178 IO.mapRequired("UnitOffset", Section.UnitOffset); in mapping()
|
D | DWARFEmitter.cpp | 231 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in emitPubSection()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 186 Y.UnitOffset = Sets[0].Offset; in dumpPubSection()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 87 uint32_t UnitOffset; member
|