Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp49 SourceMgr &SrcMgr = *Context.getInlineSourceManager(); in addInlineAsmDiagBuffer()
99 SourceMgr &SrcMgr = *MMI->getContext().getInlineSourceManager(); in emitInlineAsm()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h404 SourceMgr *getInlineSourceManager() { return InlineSrcMgr.get(); } in getInlineSourceManager() function