| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DiagnosticHandler.cpp | 71 bool DiagnosticHandler::isAnalysisRemarkEnabled(StringRef PassName) const { in isAnalysisRemarkEnabled() 75 bool DiagnosticHandler::isMissedOptRemarkEnabled(StringRef PassName) const { in isMissedOptRemarkEnabled() 79 bool DiagnosticHandler::isPassedOptRemarkEnabled(StringRef PassName) const { in isPassedOptRemarkEnabled() 84 bool DiagnosticHandler::isAnyRemarkEnabled() const { in isAnyRemarkEnabled()
|
| H A 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() 184 DiagnosticHandler::DiagnosticHandlerTy 358 const DiagnosticHandler *LLVMContext::getDiagHandlerPtr() const { in getDiagHandlerPtr() 362 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() { in getDiagnosticHandler()
|
| H A D | CMakeLists.txt | 19 DiagnosticHandler.cpp
|
| H A D | LLVMContextImpl.cpp | 41 : DiagHandler(std::make_unique<DiagnosticHandler>()), in LLVMContextImpl()
|
| H A D | LLVMContextImpl.h | 60 struct DiagnosticHandler; 1365 std::unique_ptr<DiagnosticHandler> DiagHandler;
|
| H A D | Core.cpp | 92 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 170 DiagnosticHandler::DiagnosticHandlerTy DiagHandler, 180 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, 185 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const; 193 const DiagnosticHandler *getDiagHandlerPtr() const; 197 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
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 621 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator 652 struct LTODiagnosticHandler : public DiagnosticHandler { 657 CodeGenerator->DiagnosticHandler(DI); in handleDiagnostics()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/IR/ |
| H A D | BUILD.gn | 34 "DiagnosticHandler.cpp",
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/ |
| H A D | Config.h | 278 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 197 void DiagnosticHandler(const DiagnosticInfo &DI);
|
| /llvm-project-15.0.7/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 136 struct LLVMDisDiagnosticHandler : public DiagnosticHandler {
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 59 class ClangDiagnosticHandler final : public DiagnosticHandler { 322 std::unique_ptr<DiagnosticHandler> OldDiagnosticHandler = in HandleTranslationUnit() 1184 std::unique_ptr<DiagnosticHandler> PrevHandler = Ctx.getDiagnosticHandler(); in ExecuteAction()
|
| /llvm-project-15.0.7/mlir/python/mlir/_mlir_libs/_mlir/ |
| H A D | ir.pyi | 50 "DiagnosticHandler", 470 …f attach_diagnostic_handler(self, callback: Callable[[Diagnostic], bool]) -> DiagnosticHandler: ... 549 class DiagnosticHandler: 555 def __enter__(self) -> DiagnosticHandler: ...
|
| /llvm-project-15.0.7/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 283 struct LLVMLinkDiagnosticHandler : public DiagnosticHandler {
|
| /llvm-project-15.0.7/llvm/tools/lto/ |
| H A D | lto.cpp | 73 struct LTOToolDiagnosticHandler : public DiagnosticHandler {
|
| /llvm-project-15.0.7/llvm/tools/llc/ |
| H A D | llc.cpp | 306 struct LLCDiagnosticHandler : public DiagnosticHandler {
|
| /llvm-project-15.0.7/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 299 struct LLVMLTODiagnosticHandler : public DiagnosticHandler {
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 210 struct IRExecDiagnosticHandler : public llvm::DiagnosticHandler {
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5340 llvm/include/llvm/IR/DiagnosticHandler.h
|