Home
last modified time | relevance | path

Searched defs:getLineSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DDwarf.h39 llvm::DWARFSection const &getLineSection() const override { in getLineSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.h43 const llvm::DWARFSection &getLineSection() const override { in getLineSection() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h46 virtual const DWARFSection &getLineSection() const { return Dummy; } in getLineSection() function
H A DDWARFUnit.h339 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2391 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection() function in __anonfc0a132e1211::DWARFObjInMemory