Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h104 Optional<uint64_t> getAsSectionOffset() const;
258 return V->getAsSectionOffset(); in toSectionOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp104 uint32_t Offset = *FormValue.getAsSectionOffset(); in dumpLocation()
268 U->getRnglistOffset(*Value->getAsSectionOffset())) { in dumpAttribute()
403 return U->findRnglistFromIndex(*Value->getAsSectionOffset()); in getAddressRanges()
404 return U->findRnglistFromOffset(*Value->getAsSectionOffset()); in getAddressRanges()
DDWARFVerifier.cpp400 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
409 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
432 } else if (auto LocOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
503 auto SecOffset = AttrValue.Value.getAsSectionOffset(); in verifyDebugInfoForm()
1170 } else if (Optional<uint64_t> Offset = Location->getAsSectionOffset()) { in isVariableIndexable()
DDWARFFormValue.cpp590 Optional<uint64_t> DWARFFormValue::getAsSectionOffset() const { in getAsSectionOffset() function in DWARFFormValue
DDWARFAcceleratorTable.cpp160 return Value->getAsSectionOffset(); in extractOffset()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h80 Optional<uint64_t> getAsSectionOffset() const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp67 if (auto DebugLocOffset = FormValue->getAsSectionOffset()) { in collectStatsForDie()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp559 Optional<uint64_t> DWARFFormValue::getAsSectionOffset() const { in getAsSectionOffset() function in DWARFFormValue
DDWARFDebugInfoEntry.cpp300 Optional<uint64_t> Result = FormValue.getAsSectionOffset(); in getAttributeValueAsSectionOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1116 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute()
1138 Value = *Val.getAsSectionOffset(); in cloneScalarAttribute()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2526 Value = *Val.getAsSectionOffset(); in cloneScalarAttribute()