Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp658 uint64_t UnitOffset = 0; in write() local
659 while (Info.size() > UnitOffset) { in write()
661 parseInfoSectionUnitHeader(Info.substr(UnitOffset, Info.size())); in write()
677 UnitOffset += C.getLength32(); in write()
682 Info.substr(UnitOffset - C.getLength32(), C.getLength32()), in write()
702 Info.substr(UnitOffset - C.getLength32(), C.getLength32())); in write()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h108 struct UnitOffset { struct
112 std::optional<UnitOffset> getAsRelativeReference() const; argument
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A 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/
H A DDWARFYAML.cpp178 IO.mapRequired("UnitOffset", Section.UnitOffset); in mapping()
H A DDWARFEmitter.cpp231 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in emitPubSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h88 uint32_t UnitOffset; member
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp188 Y.UnitOffset = Sets[0].Offset; in dumpPubSection()