Home
last modified time | relevance | path

Searched refs:getSourceManager (Results 1 – 12 of 12) 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
DMCAsmParser.h144 virtual SourceMgr &getSourceManager() = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp791 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc); in parseDirectiveSecureLogUnique()
792 *OS << getSourceManager().getBufferInfo(CurBuf).Buffer->getBufferIdentifier() in parseDirectiveSecureLogUnique()
793 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":" in parseDirectiveSecureLogUnique()
DAsmParser.cpp208 SourceMgr &getSourceManager() override { return SrcMgr; } in getSourceManager() function in __anoncbbc4b130111::AsmParser
1827 SI->LookupInlineAsmLabel(IDVal, getSourceManager(), IDLoc, true); in parseStatement()
1862 MCGenDwarfLabelEntry::Make(Sym, &getStreamer(), getSourceManager(), in parseStatement()
/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/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp672 auto SM = Context.getSourceManager(); in reportError()
DHexagonMCChecker.cpp722 auto SM = Context.getSourceManager(); in reportNote()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp717 getContext().getSourceManager()->PrintMessage( in emitFill()
/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/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1294 SMDiagnostic Diag = getSourceManager().GetMessage( in processInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1719 SemaCallback->LookupInlineAsmLabel(Identifier, getSourceManager(), in ParseIntelInlineAsmIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp5957 getSourceManager().PrintMessage(Range.Start, SourceMgr::DK_Warning, Msg, in printWarningWithFixIt()