| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 169 DiagnosticHandler::DiagnosticHandlerTy DiagHandler, 179 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, 184 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const; 192 const DiagnosticHandler *getDiagHandlerPtr() const; 196 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
|
| H A D | DiagnosticHandler.h | 24 struct DiagnosticHandler { struct 26 DiagnosticHandler(void *DiagContext = nullptr) argument 28 virtual ~DiagnosticHandler() = default; argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A 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()
|
| H A D | LLVMContext.cpp | 115 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument 117 pImpl->DiagHandler->DiagHandlerCallback = DiagnosticHandler; in setDiagnosticHandlerCallBack() 122 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() 169 DiagnosticHandler::DiagnosticHandlerTy 343 const DiagnosticHandler *LLVMContext::getDiagHandlerPtr() const { in getDiagHandlerPtr() 347 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() { in getDiagnosticHandler()
|
| H A D | CMakeLists.txt | 19 DiagnosticHandler.cpp
|
| H A D | LLVMContextImpl.cpp | 25 : DiagHandler(std::make_unique<DiagnosticHandler>()), in LLVMContextImpl()
|
| H A D | LLVMContextImpl.h | 1335 std::unique_ptr<DiagnosticHandler> DiagHandler;
|
| H A D | Core.cpp | 87 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 615 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator 646 struct LTODiagnosticHandler : public DiagnosticHandler { 651 CodeGenerator->DiagnosticHandler(DI); in handleDiagnostics()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | errors.d | 309 alias DiagnosticHandler = bool delegate(const ref Loc location, Color headerColor, const(char)* hea… 316 __gshared DiagnosticHandler diagnosticHandler;
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMIR/ |
| H A D | Makefile | 27 DiagnosticHandler.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/IR/ |
| H A D | BUILD.gn | 34 "DiagnosticHandler.cpp",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
| H A D | Config.h | 267 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 194 void DiagnosticHandler(const DiagnosticInfo &DI);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 123 struct LLVMDisDiagnosticHandler : public DiagnosticHandler {
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 55 class ClangDiagnosticHandler final : public DiagnosticHandler { 305 std::unique_ptr<DiagnosticHandler> OldDiagnosticHandler = in HandleTranslationUnit() 1081 std::unique_ptr<DiagnosticHandler> PrevHandler = Ctx.getDiagnosticHandler(); in ExecuteAction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 258 struct LLVMLinkDiagnosticHandler : public DiagnosticHandler {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/ |
| H A D | llc.cpp | 289 struct LLCDiagnosticHandler : public DiagnosticHandler {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/ |
| H A D | lto.cpp | 75 struct LTOToolDiagnosticHandler : public DiagnosticHandler {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 261 struct LLVMLTODiagnosticHandler : public DiagnosticHandler {
|