Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp77 uint64_t Offset = *FormValue.getAsSectionOffset(); in dumpLocationList()
213 U->getRnglistOffset(*FormValue.getAsSectionOffset())) { in dumpAttribute()
386 return U->findRnglistFromIndex(*Value->getAsSectionOffset()); in getAddressRanges()
387 return U->findRnglistFromOffset(*Value->getAsSectionOffset()); in getAddressRanges()
412 if (std::optional<uint64_t> Off = Location->getAsSectionOffset()) { in getLocations()
H A DDWARFVerifier.cpp584 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
602 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
H A DDWARFFormValue.cpp724 std::optional<uint64_t> DWARFFormValue::getAsSectionOffset() const { in getAsSectionOffset() function in DWARFFormValue
H A DDWARFAcceleratorTable.cpp159 return Value->getAsSectionOffset(); in extractOffset()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h118 std::optional<uint64_t> getAsSectionOffset() const;
325 return V->getAsSectionOffset(); in toSectionOffset()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp446 return U->findRnglistFromIndex(*FormValue.getAsSectionOffset()); in processOneAttribute()
447 return U->findRnglistFromOffset(*FormValue.getAsSectionOffset()); in processOneAttribute()
1013 uint64_t Offset = *FormValue.getAsSectionOffset(); in processLocationList()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1243 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttribute()
1251 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttribute()
1263 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute()
1286 Value = *Val.getAsSectionOffset(); in cloneScalarAttribute()