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/ |
D | MCAsmParserExtension.h | 67 SourceMgr &getSourceManager() { return getParser().getSourceManager(); } in getSourceManager() function
|
D | MCAsmParser.h | 144 virtual SourceMgr &getSourceManager() = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 791 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc); in parseDirectiveSecureLogUnique() 792 *OS << getSourceManager().getBufferInfo(CurBuf).Buffer->getBufferIdentifier() in parseDirectiveSecureLogUnique() 793 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":" in parseDirectiveSecureLogUnique()
|
D | AsmParser.cpp | 208 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/ |
D | MCContext.h | 314 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/ |
D | HexagonShuffler.cpp | 672 auto SM = Context.getSourceManager(); in reportError()
|
D | HexagonMCChecker.cpp | 722 auto SM = Context.getSourceManager(); in reportNote()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 717 getContext().getSourceManager()->PrintMessage( in emitFill()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | tv.js | 276 getSourceManager: function () { method
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1294 SMDiagnostic Diag = getSourceManager().GetMessage( in processInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1719 SemaCallback->LookupInlineAsmLabel(Identifier, getSourceManager(), in ParseIntelInlineAsmIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 5957 getSourceManager().PrintMessage(Range.Start, SourceMgr::DK_Warning, Msg, in printWarningWithFixIt()
|