Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp79 uint64_t Offset = *FormValue.getAsSectionOffset(); in dumpLocationList()
331 U->getRnglistOffset(*FormValue.getAsSectionOffset())) { in dumpAttribute()
480 return U->findRnglistFromIndex(*Value->getAsSectionOffset()); in getAddressRanges()
481 return U->findRnglistFromOffset(*Value->getAsSectionOffset()); in getAddressRanges()
521 if (Optional<uint64_t> Off = Location->getAsSectionOffset()) { in getLocations()
DDWARFVerifier.cpp478 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
494 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
643 auto SecOffset = AttrValue.Value.getAsSectionOffset(); in verifyDebugInfoForm()
DDWARFFormValue.cpp715 Optional<uint64_t> DWARFFormValue::getAsSectionOffset() const { in getAsSectionOffset() function in DWARFFormValue
DDWARFAcceleratorTable.cpp160 return Value->getAsSectionOffset(); in extractOffset()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h122 Optional<uint64_t> getAsSectionOffset() const;
296 return V->getAsSectionOffset(); in toSectionOffset()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1147 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute()
1169 Value = *Val.getAsSectionOffset(); in cloneScalarAttribute()