Home
last modified time | relevance | path

Searched refs:getLineStrSection (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h46 virtual StringRef getLineStrSection() const { return ""; } in getLineStrSection() function
DDWARFContext.h307 return DataExtractor(DObj->getLineStrSection(), false, 0); in getLineStringExtractor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp530 DObj->getLineStrSection())) { in dump()
531 DataExtractor strData(DObj->getLineStrSection(), isLittleEndian(), 0); in dump()
1820 StringRef getLineStrSection() const override { return LineStrSection; } in getLineStrSection() function in __anon0649e7390d11::DWARFObjInMemory