Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp80 uint64_t Offset = *FormValue.getAsSectionOffset(); in dumpLocationList()
218 U->getRnglistOffset(*FormValue.getAsSectionOffset())) { in dumpAttribute()
391 return U->findRnglistFromIndex(*Value->getAsSectionOffset()); in getAddressRanges()
392 return U->findRnglistFromOffset(*Value->getAsSectionOffset()); in getAddressRanges()
417 if (Optional<uint64_t> Off = Location->getAsSectionOffset()) { in getLocations()
H A DDWARFVerifier.cpp585 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
603 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
H A DDWARFFormValue.cpp721 Optional<uint64_t> DWARFFormValue::getAsSectionOffset() const { in getAsSectionOffset() function in DWARFFormValue
H A DDWARFAcceleratorTable.cpp159 return Value->getAsSectionOffset(); in extractOffset()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h120 Optional<uint64_t> getAsSectionOffset() const;
320 return V->getAsSectionOffset(); in toSectionOffset()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1184 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute()
1206 Value = *Val.getAsSectionOffset(); in cloneScalarAttribute()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp520 : Value.getAsSectionOffset().getValue(); in updateUnitDebugInfo()