Searched refs:DiagnosticHandler (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LLVMContext.h | 177 DiagnosticHandler::DiagnosticHandlerTy DiagHandler, 186 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, 191 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const; 199 const DiagnosticHandler *getDiagHandlerPtr() const; 203 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
|
D | DiagnosticHandler.h | 24 struct DiagnosticHandler { struct 26 DiagnosticHandler(void *DiagContext = nullptr) argument 28 virtual ~DiagnosticHandler() = default; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DiagnosticHandler.cpp | 74 bool DiagnosticHandler::isAnalysisRemarkEnabled(StringRef PassName) const { in isAnalysisRemarkEnabled() 78 bool DiagnosticHandler::isMissedOptRemarkEnabled(StringRef PassName) const { in isMissedOptRemarkEnabled() 82 bool DiagnosticHandler::isPassedOptRemarkEnabled(StringRef PassName) const { in isPassedOptRemarkEnabled() 87 bool DiagnosticHandler::isAnyRemarkEnabled() const { in isAnyRemarkEnabled()
|
D | LLVMContext.cpp | 118 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument 120 pImpl->DiagHandler->DiagHandlerCallback = DiagnosticHandler; in setDiagnosticHandlerCallBack() 125 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() 156 DiagnosticHandler::DiagnosticHandlerTy 325 const DiagnosticHandler *LLVMContext::getDiagHandlerPtr() const { in getDiagHandlerPtr() 329 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() { in getDiagnosticHandler()
|
D | CMakeLists.txt | 21 DiagnosticHandler.cpp
|
D | LLVMContextImpl.cpp | 24 : DiagHandler(std::make_unique<DiagnosticHandler>()), in LLVMContextImpl()
|
D | LLVMContextImpl.h | 1251 std::unique_ptr<DiagnosticHandler> DiagHandler;
|
D | Core.cpp | 88 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClReaderWriter.h | 66 DiagnosticHandlerFunction DiagnosticHandler = nullptr, 80 LLVMContext &Context, DiagnosticHandlerFunction DiagnosticHandler = nullptr, 89 DiagnosticHandlerFunction DiagnosticHandler = nullptr,
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 642 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator 673 struct LTODiagnosticHandler : public DiagnosticHandler { 678 CodeGenerator->DiagnosticHandler(DI); in handleDiagnostics()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | Config.h | 216 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 191 void DiagnosticHandler(const DiagnosticInfo &DI);
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMJIT.cpp | 657 struct FatalDiagnosticsHandler : public llvm::DiagnosticHandler
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 422 "llvm/lib/IR/DiagnosticHandler.cpp",
|
D | BUILD.gn | 535 "llvm/lib/IR/DiagnosticHandler.cpp",
|
D | CMakeLists.txt | 423 ${LLVM_DIR}/lib/IR/DiagnosticHandler.cpp
|