Home
last modified time | relevance | path

Searched refs:UnitOffset (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h108 struct UnitOffset { struct
112 std::optional<UnitOffset> getAsRelativeReference() const; argument
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp702 std::optional<DWARFFormValue::UnitOffset>
714 return UnitOffset{const_cast<DWARFUnit*>(U), Value.uval}; in getAsRelativeReference()
718 return UnitOffset{nullptr, Value.uval}; in getAsRelativeReference()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DDWARFYAML.cpp178 IO.mapRequired("UnitOffset", Section.UnitOffset); in mapping()
DDWARFEmitter.cpp231 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in emitPubSection()
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp188 Y.UnitOffset = Sets[0].Offset; in dumpPubSection()
/openbsd/src/gnu/llvm/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h88 uint32_t UnitOffset; member