Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h108 Optional<uint64_t> getAsSectionOffset() const;
269 return V->getAsSectionOffset(); in toSectionOffset()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp96 uint32_t Offset = *FormValue.getAsSectionOffset(); in dumpLocation()
350 U->getRnglistOffset(*formValue.getAsSectionOffset())) { in dumpAttribute()
492 return U->findRnglistFromIndex(*Value->getAsSectionOffset()); in getAddressRanges()
493 return U->findRnglistFromOffset(*Value->getAsSectionOffset()); in getAddressRanges()
H A DDWARFVerifier.cpp480 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
489 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
512 } else if (auto LocOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
608 auto SecOffset = AttrValue.Value.getAsSectionOffset(); in verifyDebugInfoForm()
1321 } else if (Optional<uint64_t> Offset = Location->getAsSectionOffset()) { in isVariableIndexable()
H A DDWARFFormValue.cpp630 Optional<uint64_t> DWARFFormValue::getAsSectionOffset() const { in getAsSectionOffset() function in DWARFFormValue
H A DDWARFAcceleratorTable.cpp161 return Value->getAsSectionOffset(); in extractOffset()
/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp96 if (auto DebugLocOffset = FormValue->getAsSectionOffset()) { in collectStatsForDie()