Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h193 Optional<uint64_t> getRangesBaseAttribute() const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp340 Optional<uint64_t> DWARFDie::getRangesBaseAttribute() const { in getRangesBaseAttribute() function in DWARFDie
H A DDWARFUnit.cpp626 auto DWORangesBase = UnitDie.getRangesBaseAttribute(); in parseDWO()