Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDWARF.h55 const llvm::DWARFSection &getLineSection() const override { in getLineSection() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h45 virtual const DWARFSection &getLineSection() const { return Dummy; } in getLineSection() function
H A DDWARFUnit.h299 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1919 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection() function in __anond6a2cae20f11::DWARFObjInMemory