Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp313 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttr()
327 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttr()
401 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttr()
425 std::optional<uint64_t> Index = Val.getAsSectionOffset(); in cloneScalarAttr()
443 std::optional<uint64_t> Index = Val.getAsSectionOffset(); in cloneScalarAttr()
468 Value = *Val.getAsSectionOffset(); in cloneScalarAttr()
H A DDWARFLinkerCompileUnit.cpp1680 else if (std::optional<uint64_t> Val = FileIdxValue.getAsSectionOffset()) in getDirAndFilenameFromLineTable()
/freebsd-14.2/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()
389 return U->findRnglistFromIndex(*Value->getAsSectionOffset()); in getAddressRanges()
390 return U->findRnglistFromOffset(*Value->getAsSectionOffset()); in getAddressRanges()
415 if (std::optional<uint64_t> Off = Location->getAsSectionOffset()) { in getLocations()
H A DDWARFVerifier.cpp599 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
617 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
H A DDWARFFormValue.cpp696 std::optional<uint64_t> DWARFFormValue::getAsSectionOffset() const { in getAsSectionOffset() function in DWARFFormValue
H A DDWARFAcceleratorTable.cpp171 return Value->getAsSectionOffset(); in extractOffset()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h121 std::optional<uint64_t> getAsSectionOffset() const;
328 return V->getAsSectionOffset(); in toSectionOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp446 return U->findRnglistFromIndex(*FormValue.getAsSectionOffset()); in processOneAttribute()
447 return U->findRnglistFromOffset(*FormValue.getAsSectionOffset()); in processOneAttribute()
1003 uint64_t Offset = *FormValue.getAsSectionOffset(); in processLocationList()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1401 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttribute()
1409 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttribute()
1432 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute()
1457 std::optional<uint64_t> Index = Val.getAsSectionOffset(); in cloneScalarAttribute()
1478 std::optional<uint64_t> Index = Val.getAsSectionOffset(); in cloneScalarAttribute()
1503 Value = *Val.getAsSectionOffset(); in cloneScalarAttribute()