Home
last modified time | relevance | path

Searched defs:getRangesSection (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lld/ELF/
H A DDWARF.h49 const llvm::DWARFSection &getRangesSection() const override { in getRangesSection() function
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h49 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection() function
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2393 const DWARFSection &getRangesSection() const override { return RangesSection; } getRangesSection() function in __anon62ae75e11111::DWARFObjInMemory