Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h45 virtual const DWARFSection &getLineSection() const { return Dummy; } in getLineSection() function
H A DDWARFUnit.h298 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1918 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection() function in __anona8a913f90f11::DWARFObjInMemory