HomeSort by relevance Sort by last modified time
    Searched refs:DiagnosticHandler (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/IR/
LLVMContext.cpp 104 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler,
106 pImpl->DiagnosticHandler = DiagnosticHandler;
111 return pImpl->DiagnosticHandler;
140 if (pImpl->DiagnosticHandler) {
141 pImpl->DiagnosticHandler(DI, pImpl->DiagnosticContext);
LLVMContextImpl.cpp 41 DiagnosticHandler = nullptr;
LLVMContextImpl.h 245 LLVMContext::DiagnosticHandlerTy DiagnosticHandler;
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 131 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 172 Ctx.setDiagnosticHandler(DiagnosticHandler, this);
221 static void DiagnosticHandler(const llvm::DiagnosticInfo &DI,
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 530 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI,
574 Context.setDiagnosticHandler(LTOCodeGenerator::DiagnosticHandler, this);

Completed in 406 milliseconds