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

/freebsd-10.3-release/contrib/llvm/include/llvm/IR/
H A DLLVMContext.h77 /// getInlineAsmDiagnosticHandler - Return the diagnostic handler set by
79 InlineAsmDiagHandlerTy getInlineAsmDiagnosticHandler() const;
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DLLVMContext.cpp88 /// getInlineAsmDiagnosticHandler - Return the diagnostic handler set by
91 LLVMContext::getInlineAsmDiagnosticHandler() const { function in class:LLVMContext
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp94 if (LLVMCtx.getInlineAsmDiagnosticHandler() != 0) {
98 DiagInfo.DiagHandler = LLVMCtx.getInlineAsmDiagnosticHandler();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp157 Ctx.getInlineAsmDiagnosticHandler();

Completed in 187 milliseconds