Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp78 uint64_t Offset = *FormValue.getAsSectionOffset(); in dumpLocationList()
216 U->getRnglistOffset(*FormValue.getAsSectionOffset())) { in dumpAttribute()
388 return U->findRnglistFromIndex(*Value->getAsSectionOffset()); in getAddressRanges()
389 return U->findRnglistFromOffset(*Value->getAsSectionOffset()); in getAddressRanges()
414 if (std::optional<uint64_t> Off = Location->getAsSectionOffset()) { in getLocations()
H A DDWARFFormValue.cpp706 std::optional<uint64_t> DWARFFormValue::getAsSectionOffset() const { in getAsSectionOffset() function in DWARFFormValue
H A DDWARFVerifier.cpp673 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
693 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
H A DDWARFAcceleratorTable.cpp171 return Value->getAsSectionOffset(); in extractOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h119 std::optional<uint64_t> getAsSectionOffset() const;
401 return V->getAsSectionOffset(); in toSectionOffset()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp456 return U->findRnglistFromIndex(*FormValue.getAsSectionOffset()); in processOneAttribute()
457 return U->findRnglistFromOffset(*FormValue.getAsSectionOffset()); in processOneAttribute()
1017 uint64_t Offset = *FormValue.getAsSectionOffset(); in processLocationList()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1418 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttribute()
1426 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttribute()
1449 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute()
1474 std::optional<uint64_t> Index = Val.getAsSectionOffset(); in cloneScalarAttribute()
1495 std::optional<uint64_t> Index = Val.getAsSectionOffset(); in cloneScalarAttribute()
1520 Value = *Val.getAsSectionOffset(); in cloneScalarAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1680 else if (std::optional<uint64_t> Val = FileIdxValue.getAsSectionOffset()) in getDirAndFilenameFromLineTable()