Home
last modified time | relevance | path

Searched refs:DiagnosticHandler (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/IR/
DLLVMContext.cpp104 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandler() argument
106 pImpl->DiagnosticHandler = DiagnosticHandler; in setDiagnosticHandler()
111 return pImpl->DiagnosticHandler; in getDiagnosticHandler()
140 if (pImpl->DiagnosticHandler) { in diagnose()
141 pImpl->DiagnosticHandler(DI, pImpl->DiagnosticContext); in diagnose()
DLLVMContextImpl.cpp41 DiagnosticHandler = nullptr; in LLVMContextImpl()
DLLVMContextImpl.h245 LLVMContext::DiagnosticHandlerTy DiagnosticHandler;
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h131 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context);
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp530 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI, in DiagnosticHandler() function in LTOCodeGenerator
574 Context.setDiagnosticHandler(LTOCodeGenerator::DiagnosticHandler, this); in setDiagnosticHandler()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp172 Ctx.setDiagnosticHandler(DiagnosticHandler, this); in HandleTranslationUnit()
221 static void DiagnosticHandler(const llvm::DiagnosticInfo &DI, in DiagnosticHandler() function in clang::BackendConsumer