Home
last modified time | relevance | path

Searched defs:getSourceManager (Results 1 – 4 of 4) 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/jsframework/runtime/main/extend/systemplugin/napi/
Dtv.js276 getSourceManager: function () { method
/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 __anoncbbc4b130111::AsmParser