Home
last modified time | relevance | path

Searched refs:getRangesBaseAttribute (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h199 LLVM_ABI std::optional<uint64_t> getRangesBaseAttribute() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp347 std::optional<uint64_t> DWARFDie::getRangesBaseAttribute() const { in getRangesBaseAttribute() function in DWARFDie
H A DDWARFUnit.cpp647 auto DWORangesBase = UnitDie.getRangesBaseAttribute(); in parseDWO()