/external/llvm/lib/Object/ |
D | FunctionIndexObjectFile.cpp | 75 MemoryBufferRef Object, DiagnosticHandlerFunction DiagnosticHandler) { in hasFunctionSummaryInMemBuffer() argument 80 return hasFunctionSummary(BCOrErr.get(), DiagnosticHandler); in hasFunctionSummaryInMemBuffer() 88 DiagnosticHandlerFunction DiagnosticHandler, in create() argument 97 BCOrErr.get(), DiagnosticHandler, IsLazy); in create() 111 MemoryBufferRef Object, DiagnosticHandlerFunction DiagnosticHandler, in findFunctionSummaryInMemBuffer() argument 116 return readFunctionSummary(Object, DiagnosticHandler, FunctionName, in findFunctionSummaryInMemBuffer() 128 DiagnosticHandlerFunction DiagnosticHandler) { in getFunctionIndexForFile() argument 136 object::FunctionIndexObjectFile::create(BufferRef, DiagnosticHandler); in getFunctionIndexForFile()
|
/external/llvm/include/llvm/Object/ |
D | FunctionIndexObjectFile.h | 84 DiagnosticHandlerFunction DiagnosticHandler); 90 create(MemoryBufferRef Object, DiagnosticHandlerFunction DiagnosticHandler, 98 DiagnosticHandlerFunction DiagnosticHandler, 107 DiagnosticHandlerFunction DiagnosticHandler);
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 175 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandler() argument 178 pImpl->DiagnosticHandler = DiagnosticHandler; in setDiagnosticHandler() 184 return pImpl->DiagnosticHandler; in getDiagnosticHandler() 256 if (pImpl->DiagnosticHandler) { in diagnose() 258 pImpl->DiagnosticHandler(DI, pImpl->DiagnosticContext); in diagnose()
|
D | LLVMContextImpl.cpp | 43 DiagnosticHandler = nullptr; in LLVMContextImpl()
|
D | LLVMContextImpl.h | 911 LLVMContext::DiagnosticHandlerTy DiagnosticHandler;
|
/external/llvm/include/llvm/Bitcode/ |
D | ReaderWriter.h | 67 DiagnosticHandlerFunction DiagnosticHandler); 76 DiagnosticHandlerFunction DiagnosticHandler, 86 MemoryBufferRef Buffer, DiagnosticHandlerFunction DiagnosticHandler,
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 355 DiagnosticHandlerFunction DiagnosticHandler) { in getFunctionIndexForFile() argument 366 DiagnosticHandler); in getFunctionIndexForFile()
|
/external/llvm/include/llvm/LTO/ |
D | LTOCodeGenerator.h | 164 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context);
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 416 DiagnosticHandlerFunction DiagnosticHandler; member in __anonc494fbf60111::FunctionIndexBitcodeReader 466 DiagnosticHandlerFunction DiagnosticHandler, 469 FunctionIndexBitcodeReader(DiagnosticHandlerFunction DiagnosticHandler, 509 static std::error_code error(DiagnosticHandlerFunction DiagnosticHandler, in error() argument 512 DiagnosticHandler(DI); in error() 516 static std::error_code error(DiagnosticHandlerFunction DiagnosticHandler, in error() argument 518 return error(DiagnosticHandler, EC, EC.message()); in error() 5379 return ::error(DiagnosticHandler, make_error_code(E), Message); in error() 5383 return ::error(DiagnosticHandler, in error() 5388 return ::error(DiagnosticHandler, make_error_code(E)); in error() [all …]
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 537 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI, in DiagnosticHandler() function in LTOCodeGenerator 581 Context.setDiagnosticHandler(LTOCodeGenerator::DiagnosticHandler, this, in setDiagnosticHandler()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 181 Ctx.setDiagnosticHandler(DiagnosticHandler, this); in HandleTranslationUnit() 238 static void DiagnosticHandler(const llvm::DiagnosticInfo &DI, in DiagnosticHandler() function in clang::BackendConsumer
|