Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp135 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument
137 pImpl->DiagHandler->DiagHandlerCallback = DiagnosticHandler; in setDiagnosticHandlerCallBack()
142 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler()
201 DiagnosticHandler::DiagnosticHandlerTy
378 const DiagnosticHandler *LLVMContext::getDiagHandlerPtr() const { in getDiagHandlerPtr()
382 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() { in getDiagnosticHandler()
H A DLLVMContextImpl.cpp37 : DiagHandler(std::make_unique<DiagnosticHandler>()), in LLVMContextImpl()
H A DLLVMContextImpl.h61 struct DiagnosticHandler;
1470 std::unique_ptr<DiagnosticHandler> DiagHandler;
H A DCore.cpp107 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticHandler.h24 struct DiagnosticHandler { struct
27 DiagnosticHandler(void *DiagContext = nullptr) argument
29 virtual ~DiagnosticHandler() = default; argument
H A DLLVMContext.h175 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,
185 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
190 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
198 const DiagnosticHandler *getDiagHandlerPtr() const;
202 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp696 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator
727 struct LTODiagnosticHandler : public DiagnosticHandler {
732 CodeGenerator->DiagnosticHandler(DI); in handleDiagnostics()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h280 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h199 void DiagnosticHandler(const DiagnosticInfo &DI);
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp64 DiagnosticHandler::handleDiagnostics(DI); in handleDiagnostics()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp140 struct LLVMDisDiagnosticHandler : public DiagnosticHandler {
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp65 class ClangDiagnosticHandler final : public DiagnosticHandler {
292 std::unique_ptr<DiagnosticHandler> OldDiagnosticHandler = in HandleTranslationUnit()
1184 std::unique_ptr<DiagnosticHandler> PrevHandler = Ctx.getDiagnosticHandler(); in ExecuteAction()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp295 struct LLVMLinkDiagnosticHandler : public DiagnosticHandler {
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp307 struct LLVMLTODiagnosticHandler : public DiagnosticHandler {
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp211 struct IRExecDiagnosticHandler : public llvm::DiagnosticHandler {
/freebsd/lib/clang/libllvm/
H A DMakefile812 SRCS_MIN+= IR/DiagnosticHandler.cpp