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()
398 return U->findRnglistFromIndex(*Value->getAsSectionOffset()); in getAddressRanges()
399 return U->findRnglistFromOffset(*Value->getAsSectionOffset()); in getAddressRanges()
433 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.cpp708 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
728 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.h124 LLVM_ABI std::optional<uint64_t> getAsSectionOffset() const;
406 return V->getAsSectionOffset(); in toSectionOffset()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp258 return U->findRnglistFromIndex(*FormValue.getAsSectionOffset()); in processOneAttribute()
259 return U->findRnglistFromOffset(*FormValue.getAsSectionOffset()); in processOneAttribute()
820 uint64_t Offset = *FormValue.getAsSectionOffset(); in processLocationList()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1424 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttribute()
1432 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttribute()
1454 DIEInteger(*Val.getAsSectionOffset())); in cloneScalarAttribute()
1467 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute()
1492 std::optional<uint64_t> Index = Val.getAsSectionOffset(); in cloneScalarAttribute()
1513 std::optional<uint64_t> Index = Val.getAsSectionOffset(); in cloneScalarAttribute()
1538 Value = *Val.getAsSectionOffset(); in cloneScalarAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1676 else if (std::optional<uint64_t> Val = FileIdxValue.getAsSectionOffset()) in getDirAndFilenameFromLineTable()