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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp80 LLVMContext &LLVMCtx = MMI->getModule()->getContext(); local
81 if (LLVMCtx.getInlineAsmDiagnosticHandler()) {
82 DiagInfo->DiagHandler = LLVMCtx.getInlineAsmDiagnosticHandler();
83 DiagInfo->DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();

Completed in 90 milliseconds