Searched defs:getRangesSection (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | DWARF.h | 43 const llvm::DWARFSection &getRangesSection() const override { getRangesSection() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ | ||
H A D | DWARFObject.h | 49 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection() function |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ | ||
H A D | DWARFContext.cpp | 2391 const DWARFSection &getRangesSection() const override { return RangesSection; } getRangesSection() function in __anon6f0e60001111::DWARFObjInMemory |