Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp88 uint64_t Offset = *FormValue.getAsSectionOffset(); in dumpLocation()
321 U->getRnglistOffset(*FormValue.getAsSectionOffset())) { in dumpAttribute()
470 return U->findRnglistFromIndex(*Value->getAsSectionOffset()); in getAddressRanges()
471 return U->findRnglistFromOffset(*Value->getAsSectionOffset()); in getAddressRanges()
511 if (Optional<uint64_t> Off = Location->getAsSectionOffset()) { in getLocations()
H A 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()
H A DDWARFFormValue.cpp715 Optional<uint64_t> DWARFFormValue::getAsSectionOffset() const { in getAsSectionOffset() function in DWARFFormValue
H A DDWARFAcceleratorTable.cpp160 return Value->getAsSectionOffset(); in extractOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h122 Optional<uint64_t> getAsSectionOffset() const;
296 return V->getAsSectionOffset(); in toSectionOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1147 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute()
1169 Value = *Val.getAsSectionOffset(); in cloneScalarAttribute()