/external/llvm/lib/Object/ |
D | ModuleSummaryIndexObjectFile.cpp | 74 const DiagnosticHandlerFunction &DiagnosticHandler) { in hasGlobalValueSummaryInMemBuffer() argument 79 return hasGlobalValueSummary(BCOrErr.get(), DiagnosticHandler); in hasGlobalValueSummaryInMemBuffer() 88 const DiagnosticHandlerFunction &DiagnosticHandler) { in create() argument 96 getModuleSummaryIndex(BCOrErr.get(), DiagnosticHandler); in create() 110 StringRef Path, const DiagnosticHandlerFunction &DiagnosticHandler) { in getModuleSummaryIndexForFile() argument 119 DiagnosticHandler); in getModuleSummaryIndexForFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DiagnosticHandler.cpp | 75 bool DiagnosticHandler::isAnalysisRemarkEnabled(StringRef PassName) const { in isAnalysisRemarkEnabled() 79 bool DiagnosticHandler::isMissedOptRemarkEnabled(StringRef PassName) const { in isMissedOptRemarkEnabled() 83 bool DiagnosticHandler::isPassedOptRemarkEnabled(StringRef PassName) const { in isPassedOptRemarkEnabled() 88 bool DiagnosticHandler::isAnyRemarkEnabled() const { in isAnyRemarkEnabled()
|
D | LLVMContext.cpp | 135 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument 137 pImpl->DiagHandler->DiagHandlerCallback = DiagnosticHandler; in setDiagnosticHandlerCallBack() 142 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() 170 DiagnosticHandler::DiagnosticHandlerTy 343 const DiagnosticHandler *LLVMContext::getDiagHandlerPtr() const { in getDiagHandlerPtr() 347 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() { in getDiagnosticHandler()
|
D | CMakeLists.txt | 20 DiagnosticHandler.cpp
|
D | LLVMContextImpl.cpp | 25 : DiagHandler(llvm::make_unique<DiagnosticHandler>()), in LLVMContextImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | LLVMContext.h | 204 DiagnosticHandler::DiagnosticHandlerTy DiagHandler, 213 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, 218 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const; 226 const DiagnosticHandler *getDiagHandlerPtr() const; 230 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
|
D | DiagnosticHandler.h | 25 struct DiagnosticHandler { struct 27 DiagnosticHandler(void *DiagContext = nullptr) argument 29 virtual ~DiagnosticHandler() = default; argument
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 191 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandler() argument 194 pImpl->DiagnosticHandler = DiagnosticHandler; in setDiagnosticHandler() 200 return pImpl->DiagnosticHandler; in getDiagnosticHandler() 255 if (pImpl->DiagnosticHandler) { in diagnose() 257 pImpl->DiagnosticHandler(DI, pImpl->DiagnosticContext); in diagnose()
|
D | LLVMContextImpl.cpp | 45 DiagnosticHandler = nullptr; in LLVMContextImpl()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClReaderWriter.h | 65 DiagnosticHandlerFunction DiagnosticHandler = nullptr, 80 DiagnosticHandlerFunction DiagnosticHandler = nullptr, 89 DiagnosticHandlerFunction DiagnosticHandler = nullptr,
|
/external/llvm/include/llvm/Object/ |
D | ModuleSummaryIndexObjectFile.h | 86 const DiagnosticHandlerFunction &DiagnosticHandler); 93 const DiagnosticHandlerFunction &DiagnosticHandler); 100 StringRef Path, const DiagnosticHandlerFunction &DiagnosticHandler);
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCompiler.cpp | 129 llvm::DiagnosticHandlerFunction DiagnosticHandler = in run() local 135 llvm::getGlobalContext(), DiagnosticHandler); in run() 137 llvm::DiagnosticHandlerFunction DiagnosticHandler = nullptr; in run() local
|
/external/llvm/include/llvm/Bitcode/ |
D | ReaderWriter.h | 81 const DiagnosticHandlerFunction &DiagnosticHandler); 86 const DiagnosticHandlerFunction &DiagnosticHandler);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 611 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator 642 struct LTODiagnosticHandler : public DiagnosticHandler { 647 CodeGenerator->DiagnosticHandler(DI); in handleDiagnostics()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/ |
D | Config.h | 185 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
|
/external/llvm/tools/llc/ |
D | llc.cpp | 213 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context) { in DiagnosticHandler() function 260 Context.setDiagnosticHandler(DiagnosticHandler, &HasError); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 187 void DiagnosticHandler(const DiagnosticInfo &DI);
|
/external/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 200 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 124 struct LLVMDisDiagnosticHandler : public DiagnosticHandler {
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 610 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI, in DiagnosticHandler() function in LTOCodeGenerator 654 Context.setDiagnosticHandler(LTOCodeGenerator::DiagnosticHandler, this, in setDiagnosticHandler()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 703 const DiagnosticHandlerFunction &DiagnosticHandler) { in getModuleSummaryIndexForFile() argument 714 DiagnosticHandler); in getModuleSummaryIndexForFile()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | nvptx_compiler.cc | 644 auto DiagnosticHandler = [](const llvm::DiagnosticInfo& diag_info, in RunBackend() local 649 llvm_context.setDiagnosticHandlerCallBack(DiagnosticHandler, &printer); in RunBackend()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 166 Ctx.setDiagnosticHandler(DiagnosticHandler, this); in HandleTranslationUnit() 216 static void DiagnosticHandler(const llvm::DiagnosticInfo &DI, in DiagnosticHandler() function in clang::BackendConsumer
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 186 struct LLVMLinkDiagnosticHandler : public DiagnosticHandler {
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 470 DiagnosticHandlerFunction DiagnosticHandler; member in __anone7aefbb30111::ModuleSummaryIndexBitcodeReader 519 MemoryBuffer *Buffer, DiagnosticHandlerFunction DiagnosticHandler, 557 static std::error_code error(const DiagnosticHandlerFunction &DiagnosticHandler, in error() argument 560 DiagnosticHandler(DI); in error() 5840 return ::error(DiagnosticHandler, in error() 5845 MemoryBuffer *Buffer, DiagnosticHandlerFunction DiagnosticHandler, in ModuleSummaryIndexBitcodeReader() argument 5847 : DiagnosticHandler(std::move(DiagnosticHandler)), Buffer(Buffer), in ModuleSummaryIndexBitcodeReader() 6654 const DiagnosticHandlerFunction &DiagnosticHandler) { in getModuleSummaryIndex() argument 6656 ModuleSummaryIndexBitcodeReader R(Buf.get(), DiagnosticHandler); in getModuleSummaryIndex() 6675 const DiagnosticHandlerFunction &DiagnosticHandler) { in hasGlobalValueSummary() argument [all …]
|