Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp725 uint64_t UnitOffset = 0; in write() local
726 while (Info.size() > UnitOffset) { in write()
728 parseInfoSectionUnitHeader(Info.substr(UnitOffset, Info.size())); in write()
753 UnitOffset += C.getLength32(); in write()
758 Info.substr(UnitOffset - C.getLength32(), C.getLength32()), in write()
778 Info.substr(UnitOffset - C.getLength32(), C.getLength32())); in write()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h111 struct UnitOffset { struct
115 std::optional<UnitOffset> getAsRelativeReference() const; argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp674 std::optional<DWARFFormValue::UnitOffset>
686 return UnitOffset{const_cast<DWARFUnit*>(U), Value.uval}; in getAsRelativeReference()
690 return UnitOffset{nullptr, Value.uval}; in getAsRelativeReference()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp176 IO.mapRequired("UnitOffset", Section.UnitOffset); in mapping()
H A DDWARFEmitter.cpp231 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in emitPubSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h88 uint32_t UnitOffset; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp382 if (std::optional<DWARFFormValue::UnitOffset> Ref = in resolveDIEReference()