Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h169 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 DDiagnosticHandler.h24 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 DDiagnosticHandler.cpp74 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 DLLVMContext.cpp115 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 DCMakeLists.txt19 DiagnosticHandler.cpp
H A DLLVMContextImpl.cpp25 : DiagHandler(std::make_unique<DiagnosticHandler>()), in LLVMContextImpl()
H A DLLVMContextImpl.h1335 std::unique_ptr<DiagnosticHandler> DiagHandler;
H A DCore.cpp87 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp615 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 Derrors.d309 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 DMakefile27 DiagnosticHandler.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/IR/
H A DBUILD.gn34 "DiagnosticHandler.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DConfig.h267 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h194 void DiagnosticHandler(const DiagnosticInfo &DI);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp123 struct LLVMDisDiagnosticHandler : public DiagnosticHandler {
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp55 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 Dllvm-link.cpp258 struct LLVMLinkDiagnosticHandler : public DiagnosticHandler {
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp289 struct LLCDiagnosticHandler : public DiagnosticHandler {
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp75 struct LTOToolDiagnosticHandler : public DiagnosticHandler {
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp261 struct LLVMLTODiagnosticHandler : public DiagnosticHandler {