Home
last modified time | relevance | path

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/
DLLVMContext.h177 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();
DDiagnosticHandler.h24 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/
DDiagnosticHandler.cpp74 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()
DLLVMContext.cpp118 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()
DCMakeLists.txt21 DiagnosticHandler.cpp
DLLVMContextImpl.cpp24 : DiagHandler(std::make_unique<DiagnosticHandler>()), in LLVMContextImpl()
DLLVMContextImpl.h1251 std::unique_ptr<DiagnosticHandler> DiagHandler;
DCore.cpp88 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClReaderWriter.h66 DiagnosticHandlerFunction DiagnosticHandler = nullptr,
80 LLVMContext &Context, DiagnosticHandlerFunction DiagnosticHandler = nullptr,
89 DiagnosticHandlerFunction DiagnosticHandler = nullptr,
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCompiler.cpp129 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/
DLTOCodeGenerator.cpp642 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/
DConfig.h216 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h191 void DiagnosticHandler(const DiagnosticInfo &DI);
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMJIT.cpp657 struct FatalDiagnosticsHandler : public llvm::DiagnosticHandler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp422 "llvm/lib/IR/DiagnosticHandler.cpp",
DBUILD.gn535 "llvm/lib/IR/DiagnosticHandler.cpp",
DCMakeLists.txt423 ${LLVM_DIR}/lib/IR/DiagnosticHandler.cpp