Searched refs:DiagnosticHandler (Results 1 – 18 of 18) sorted by relevance
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()
120 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument122 pImpl->DiagHandler->DiagHandlerCallback = DiagnosticHandler; in setDiagnosticHandlerCallBack()127 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler()186 DiagnosticHandler::DiagnosticHandlerTy357 const DiagnosticHandler *LLVMContext::getDiagHandlerPtr() const { in getDiagHandlerPtr()361 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() { in getDiagnosticHandler()
33 : DiagHandler(std::make_unique<DiagnosticHandler>()), in LLVMContextImpl()
61 struct DiagnosticHandler;1647 std::unique_ptr<DiagnosticHandler> DiagHandler;
110 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
25 struct LLVM_ABI DiagnosticHandler { struct28 DiagnosticHandler(void *DiagContext = nullptr) argument30 virtual ~DiagnosticHandler() = default; argument
181 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,191 LLVM_ABI void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,196 LLVM_ABI DiagnosticHandler::DiagnosticHandlerTy205 LLVM_ABI const DiagnosticHandler *getDiagHandlerPtr() const;209 LLVM_ABI std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
37 struct LLCDiagnosticHandler : public DiagnosticHandler {
61 DiagnosticHandler::handleDiagnostics(DI); in handleDiagnostics()
683 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator714 struct LTODiagnosticHandler : public DiagnosticHandler {719 CodeGenerator->DiagnosticHandler(DI); in handleDiagnostics()
286 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
201 LLVM_ABI void DiagnosticHandler(const DiagnosticInfo &DI);
152 struct LLVMDisDiagnosticHandler : public DiagnosticHandler {
63 class ClangDiagnosticHandler final : public DiagnosticHandler {254 std::unique_ptr<DiagnosticHandler> OldDiagnosticHandler = in HandleTranslationUnit()1151 std::unique_ptr<DiagnosticHandler> PrevHandler = Ctx.getDiagnosticHandler(); in ExecuteAction()
283 struct LLVMLinkDiagnosticHandler : public DiagnosticHandler {
298 struct LLVMLTODiagnosticHandler : public DiagnosticHandler {
209 struct IRExecDiagnosticHandler : public llvm::DiagnosticHandler {
906 SRCS_MIN+= IR/DiagnosticHandler.cpp