Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp60 : SrcMgr(mgr), InlineSrcMgr(nullptr), MAI(mai), MRI(mri), MOFI(mofi), in MCContext()
625 else if (InlineSrcMgr) in reportError()
626 InlineSrcMgr->PrintMessage(Loc, SourceMgr::DK_Error, Msg); in reportError()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h72 SourceMgr *InlineSrcMgr; variable
291 void setInlineSourceManager(SourceMgr *SM) { InlineSrcMgr = SM; } in setInlineSourceManager()