Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h191 Optional<uint64_t> getRangesBaseAttribute() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp429 Optional<uint64_t> DWARFDie::getRangesBaseAttribute() const { in getRangesBaseAttribute() function in DWARFDie
H A DDWARFUnit.cpp595 auto DWORangesBase = UnitDie.getRangesBaseAttribute(); in parseDWO()