/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DiagnosticHandler.h | 25 struct DiagnosticHandler { struct 27 DiagnosticHandler(void *DiagContext = nullptr) argument 29 virtual ~DiagnosticHandler() = default; argument 31 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context); argument 37 DiagnosticHandlerTy DiagHandlerCallback = nullptr; argument 43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics() 64 bool isAnyRemarkEnabled(StringRef PassName) const { in isAnyRemarkEnabled()
|
/external/llvm/lib/Object/ |
D | ModuleSummaryIndexObjectFile.cpp | 74 const DiagnosticHandlerFunction &DiagnosticHandler) { in hasGlobalValueSummaryInMemBuffer() 88 const DiagnosticHandlerFunction &DiagnosticHandler) { in create() 110 StringRef Path, const DiagnosticHandlerFunction &DiagnosticHandler) { in getModuleSummaryIndexForFile()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCompiler.cpp | 129 llvm::DiagnosticHandlerFunction DiagnosticHandler = in run() local 137 llvm::DiagnosticHandlerFunction DiagnosticHandler = nullptr; in run() local
|
/external/llvm/tools/llc/ |
D | llc.cpp | 213 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context) { in DiagnosticHandler() function
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 191 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandler()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 135 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 610 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI, in DiagnosticHandler() function in LTOCodeGenerator
|
/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
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | nvptx_compiler.cc | 644 auto DiagnosticHandler = [](const llvm::DiagnosticInfo& diag_info, in RunBackend() local
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 703 const DiagnosticHandlerFunction &DiagnosticHandler) { in getModuleSummaryIndexForFile()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 216 static void DiagnosticHandler(const llvm::DiagnosticInfo &DI, in DiagnosticHandler() function in clang::BackendConsumer
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 470 DiagnosticHandlerFunction DiagnosticHandler; member in __anone7aefbb30111::ModuleSummaryIndexBitcodeReader 557 static std::error_code error(const DiagnosticHandlerFunction &DiagnosticHandler, in error() 5845 MemoryBuffer *Buffer, DiagnosticHandlerFunction DiagnosticHandler, in ModuleSummaryIndexBitcodeReader() 6654 const DiagnosticHandlerFunction &DiagnosticHandler) { in getModuleSummaryIndex() 6675 const DiagnosticHandlerFunction &DiagnosticHandler) { in hasGlobalValueSummary()
|