Searched refs:InlineSrcMgr (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 63 : 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()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 63 : SrcMgr(mgr), InlineSrcMgr(nullptr), MAI(mai), MRI(mri), MOFI(mofi), in MCContext() 831 else if (InlineSrcMgr) in reportError() 832 InlineSrcMgr->PrintMessage(Loc, SourceMgr::DK_Error, Msg); in reportError() 847 else if (InlineSrcMgr) in reportWarning() 848 InlineSrcMgr->PrintMessage(Loc, SourceMgr::DK_Warning, Msg); in reportWarning()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCContext.h | 76 SourceMgr *InlineSrcMgr; variable 362 void setInlineSourceManager(SourceMgr *SM) { InlineSrcMgr = SM; } in setInlineSourceManager()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 74 SourceMgr *InlineSrcMgr; variable 316 void setInlineSourceManager(SourceMgr *SM) { InlineSrcMgr = SM; } in setInlineSourceManager()
|