Searched defs:DiagnosticHandler (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Object/
H A DFunctionIndexObjectFile.cpp75 MemoryBufferRef Object, DiagnosticHandlerFunction DiagnosticHandler) {
80 return hasFunctionSummary(BCOrErr.get(), DiagnosticHandler);
88 DiagnosticHandlerFunction DiagnosticHandler,
97 BCOrErr.get(), DiagnosticHandler, IsLazy);
111 MemoryBufferRef Object, DiagnosticHandlerFunction DiagnosticHandler,
116 return readFunctionSummary(Object, DiagnosticHandler, FunctionName,
128 DiagnosticHandlerFunction DiagnosticHandler) {
136 object::FunctionIndexObjectFile::create(BufferRef, DiagnosticHandler);
74 hasFunctionSummaryInMemBuffer( MemoryBufferRef Object, DiagnosticHandlerFunction DiagnosticHandler) argument
87 create(MemoryBufferRef Object, DiagnosticHandlerFunction DiagnosticHandler, bool IsLazy) argument
110 findFunctionSummaryInMemBuffer( MemoryBufferRef Object, DiagnosticHandlerFunction DiagnosticHandler, StringRef FunctionName) argument
127 getFunctionIndexForFile(StringRef Path, DiagnosticHandlerFunction DiagnosticHandler) argument
/external/llvm/lib/IR/
H A DLLVMContext.cpp175 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, argument
178 pImpl->DiagnosticHandler = DiagnosticHandler;
184 return pImpl->DiagnosticHandler;
256 if (pImpl->DiagnosticHandler) {
258 pImpl->DiagnosticHandler(DI, pImpl->DiagnosticContext);
H A DLLVMContextImpl.h911 LLVMContext::DiagnosticHandlerTy DiagnosticHandler; member in class:llvm::LLVMContextImpl
/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp355 DiagnosticHandlerFunction DiagnosticHandler) {
366 DiagnosticHandler);
354 getFunctionIndexForFile(StringRef Path, std::string &Error, DiagnosticHandlerFunction DiagnosticHandler) argument
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp537 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI, function in class:LTOCodeGenerator
581 Context.setDiagnosticHandler(LTOCodeGenerator::DiagnosticHandler, this,
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp181 Ctx.setDiagnosticHandler(DiagnosticHandler, this);
238 static void DiagnosticHandler(const llvm::DiagnosticInfo &DI, function in class:clang::BackendConsumer
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp416 DiagnosticHandlerFunction DiagnosticHandler;
466 DiagnosticHandlerFunction DiagnosticHandler,
469 FunctionIndexBitcodeReader(DiagnosticHandlerFunction DiagnosticHandler,
509 static std::error_code error(DiagnosticHandlerFunction DiagnosticHandler,
512 DiagnosticHandler(DI);
516 static std::error_code error(DiagnosticHandlerFunction DiagnosticHandler,
518 return error(DiagnosticHandler, EC, EC.message());
5379 return ::error(DiagnosticHandler, make_error_code(E), Message);
5383 return ::error(DiagnosticHandler,
5388 return ::error(DiagnosticHandler, make_error_cod
5391 FunctionIndexBitcodeReader( MemoryBuffer *Buffer, DiagnosticHandlerFunction DiagnosticHandler, bool IsLazy, bool CheckFuncSummaryPresenceOnly) argument
5397 FunctionIndexBitcodeReader( DiagnosticHandlerFunction DiagnosticHandler, bool IsLazy, bool CheckFuncSummaryPresenceOnly) argument
5920 getFunctionInfoIndex(MemoryBufferRef Buffer, DiagnosticHandlerFunction DiagnosticHandler, bool IsLazy) argument
5941 hasFunctionSummary(MemoryBufferRef Buffer, DiagnosticHandlerFunction DiagnosticHandler) argument
5964 readFunctionSummary( MemoryBufferRef Buffer, DiagnosticHandlerFunction DiagnosticHandler, StringRef FunctionName, std::unique_ptr<FunctionInfoIndex> Index) argument
[all...]

Completed in 1113 milliseconds