Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.h112 virtual StringRef getLineSection() { return LineSection; } in getLineSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h44 virtual const DWARFSection &getLineSection() const { return Dummy; } in getLineSection() function
DDWARFUnit.h346 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection() function
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h157 StringRef getLineSection() const { return LineSection; } in getLineSection() function
DDWARFContext.h291 const DWARFSection &getLineSection() override { return LineSection; } in getLineSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1543 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection() function in __anon81815f480c11::DWARFObjInMemory