Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h192 std::optional<uint64_t> getRangesBaseAttribute() const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp335 std::optional<uint64_t> DWARFDie::getRangesBaseAttribute() const { in getRangesBaseAttribute() function in DWARFDie
H A DDWARFUnit.cpp636 auto DWORangesBase = UnitDie.getRangesBaseAttribute(); in parseDWO()