Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCAsmParserExtension.h67 SourceMgr &getSourceManager() { return getParser().getSourceManager(); } in getSourceManager() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h314 const SourceMgr *getSourceManager() const { return SrcMgr; } in getSourceManager() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp208 SourceMgr &getSourceManager() override { return SrcMgr; } in getSourceManager() function in __anon3b6cbf750111::AsmParser