Searched refs:LLVMCtx (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp93 LLVMContext &LLVMCtx = MMI->getModule()->getContext(); local
95 if (LLVMCtx.getInlineAsmDiagnosticHandler() != 0) {
99 DiagInfo.DiagHandler = LLVMCtx.getInlineAsmDiagnosticHandler();
100 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();

Completed in 47 milliseconds