Home
last modified time | relevance | path

Searched refs:InlineSrcMgr (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp63 : SrcMgr(mgr), InlineSrcMgr(nullptr), MAI(mai), MRI(mri), MOFI(mofi), in MCContext()
698 else if (InlineSrcMgr) in reportError()
699 InlineSrcMgr->PrintMessage(Loc, SourceMgr::DK_Error, Msg); in reportError()
714 else if (InlineSrcMgr) in reportWarning()
715 InlineSrcMgr->PrintMessage(Loc, SourceMgr::DK_Warning, Msg); in reportWarning()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h74 SourceMgr *InlineSrcMgr; variable
316 void setInlineSourceManager(SourceMgr *SM) { InlineSrcMgr = SM; } in setInlineSourceManager()