Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDWARF.h44 const llvm::DWARFSection &getLineSection() const override { in getLineSection() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h46 virtual const DWARFSection &getLineSection() const { return Dummy; } in getLineSection() function
H A DDWARFUnit.h289 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1596 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection() function in __anonf3f23cd30d11::DWARFObjInMemory