Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp88 uint64_t Offset = *FormValue.getAsSectionOffset(); in dumpLocation()
311 U->getRnglistOffset(*FormValue.getAsSectionOffset())) { in dumpAttribute()
457 return U->findRnglistFromIndex(*Value->getAsSectionOffset()); in getAddressRanges()
458 return U->findRnglistFromOffset(*Value->getAsSectionOffset()); in getAddressRanges()
499 if (Optional<uint64_t> Off = Location->getAsSectionOffset()) { in getLocations()
DDWARFVerifier.cpp461 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
470 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
586 auto SecOffset = AttrValue.Value.getAsSectionOffset(); in verifyDebugInfoForm()
DDWARFFormValue.cpp676 Optional<uint64_t> DWARFFormValue::getAsSectionOffset() const { in getAsSectionOffset() function in DWARFFormValue
DDWARFAcceleratorTable.cpp160 return Value->getAsSectionOffset(); in extractOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h117 Optional<uint64_t> getAsSectionOffset() const;
291 return V->getAsSectionOffset(); in toSectionOffset()