HomeSort by: relevance | last modified time | path
    Searched refs:DiagnosticHandler (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DiagnosticHandler.h 1 //===- DiagnosticHandler.h - DiagnosticHandler class for LLVM ---*- C++ -*-===//
8 // Base DiagnosticHandler class declaration. Derive from this class to provide
24 struct DiagnosticHandler {
26 DiagnosticHandler(void *DiagContext = nullptr)
28 virtual ~DiagnosticHandler() = default;
33 /// of DiagnosticHandler will call it from handleDiagnostics(). Any derived
34 /// class of DiagnosticHandler should not use callback but
LLVMContext.h 18 #include "llvm/IR/DiagnosticHandler.h"
169 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,
173 /// DiagnosticHandler to provide custom diagnostic handling. The first
174 /// argument is unique_ptr of object of type DiagnosticHandler or a derived
179 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
184 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
190 /// getDiagHandlerPtr - Returns const raw pointer of DiagnosticHandler set by
192 const DiagnosticHandler *getDiagHandlerPtr() const;
194 /// getDiagnosticHandler - transfers ownership of DiagnosticHandler unique_ptr
196 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DiagnosticHandler.cpp 1 //===- DiagnosticHandler.h - DiagnosticHandler class for LLVM -------------===//
11 #include "llvm/IR/DiagnosticHandler.h"
74 bool DiagnosticHandler::isAnalysisRemarkEnabled(StringRef PassName) const {
78 bool DiagnosticHandler::isMissedOptRemarkEnabled(StringRef PassName) const {
82 bool DiagnosticHandler::isPassedOptRemarkEnabled(StringRef PassName) const {
87 bool DiagnosticHandler::isAnyRemarkEnabled() const {
LLVMContext.cpp 115 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler,
117 pImpl->DiagHandler->DiagHandlerCallback = DiagnosticHandler;
122 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
169 DiagnosticHandler::DiagnosticHandlerTy
343 const DiagnosticHandler *LLVMContext::getDiagHandlerPtr() const {
347 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() {
LLVMContextImpl.cpp 25 : DiagHandler(std::make_unique<DiagnosticHandler>()),
LLVMContextImpl.h 1335 std::unique_ptr<DiagnosticHandler> DiagHandler;
Core.cpp 87 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>(
  /src/external/apache2/llvm/lib/libLLVMIR/
Makefile 27 DiagnosticHandler.cpp \
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
Config.h 267 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 194 void DiagnosticHandler(const DiagnosticInfo &DI);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
errors.d 309 alias DiagnosticHandler = bool delegate(const ref Loc location, Color headerColor, const(char)* header, const(char)* messageFormat, va_list args, const(char)* prefix1, const(char)* prefix2);
316 __gshared DiagnosticHandler diagnosticHandler;
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp 615 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) {
646 struct LTODiagnosticHandler : public DiagnosticHandler {
651 CodeGenerator->DiagnosticHandler(DI);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
llvm-dis.cpp 123 struct LLVMDisDiagnosticHandler : public DiagnosticHandler {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 55 class ClangDiagnosticHandler final : public DiagnosticHandler {
305 std::unique_ptr<DiagnosticHandler> OldDiagnosticHandler =
1081 std::unique_ptr<DiagnosticHandler> PrevHandler = Ctx.getDiagnosticHandler();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-link/
llvm-link.cpp 258 struct LLVMLinkDiagnosticHandler : public DiagnosticHandler {
  /src/external/apache2/llvm/dist/llvm/tools/llc/
llc.cpp 289 struct LLCDiagnosticHandler : public DiagnosticHandler {
  /src/external/apache2/llvm/dist/llvm/tools/lto/
lto.cpp 75 struct LTOToolDiagnosticHandler : public DiagnosticHandler {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
llvm-lto.cpp 261 struct LLVMLTODiagnosticHandler : public DiagnosticHandler {

Completed in 31 milliseconds