Home
last modified time | relevance | path

Searched refs:DiagnosticHandler (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DDiagnosticHandler.cpp71 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 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()
184 DiagnosticHandler::DiagnosticHandlerTy
358 const DiagnosticHandler *LLVMContext::getDiagHandlerPtr() const { in getDiagHandlerPtr()
362 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() { in getDiagnosticHandler()
H A DCMakeLists.txt19 DiagnosticHandler.cpp
H A DLLVMContextImpl.cpp41 : DiagHandler(std::make_unique<DiagnosticHandler>()), in LLVMContextImpl()
H A DLLVMContextImpl.h60 struct DiagnosticHandler;
1365 std::unique_ptr<DiagnosticHandler> DiagHandler;
H A DCore.cpp92 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h170 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 DDiagnosticHandler.h24 struct DiagnosticHandler { struct
26 DiagnosticHandler(void *DiagContext = nullptr) argument
28 virtual ~DiagnosticHandler() = default; argument
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp621 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 DBUILD.gn34 "DiagnosticHandler.cpp",
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DConfig.h278 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h197 void DiagnosticHandler(const DiagnosticInfo &DI);
/llvm-project-15.0.7/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp136 struct LLVMDisDiagnosticHandler : public DiagnosticHandler {
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp59 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 Dir.pyi50 "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 Dllvm-link.cpp283 struct LLVMLinkDiagnosticHandler : public DiagnosticHandler {
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp73 struct LTOToolDiagnosticHandler : public DiagnosticHandler {
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp306 struct LLCDiagnosticHandler : public DiagnosticHandler {
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp299 struct LLVMLTODiagnosticHandler : public DiagnosticHandler {
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp210 struct IRExecDiagnosticHandler : public llvm::DiagnosticHandler {
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5340 llvm/include/llvm/IR/DiagnosticHandler.h