HomeSort by relevance Sort by last modified time
    Searched defs:Diagnostic (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
Diagnostic.h 1 //===- Diagnostic.h -------------------------------------------------------===//
19 /** \class Diagnostic
20 * \brief Diagnostic provides current status to DiagnosticPrinters.
22 class Diagnostic {
24 explicit Diagnostic(DiagnosticEngine& pEngine);
26 ~Diagnostic();
79 // format - format this diagnostic into string, subsituting the formal
  /frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp 1 //===- Diagnostic.cpp -----------------------------------------------------===//
9 #include "mcld/LD/Diagnostic.h"
22 // Diagnostic
23 Diagnostic::Diagnostic(DiagnosticEngine& pEngine) : m_Engine(pEngine) {
26 Diagnostic::~Diagnostic() {
29 // format - format this diagnostic into string, subsituting the formal
31 void Diagnostic::format(std::string& pOutStr) const {
38 const char* Diagnostic::findMatch(char pVal
    [all...]
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 1 //===- llvm/Support/DiagnosticInfo.cpp - Diagnostic Definitions -*- C++ -*-===//
36 /// will emit a diagnostic when calling the associated diagnostic function
185 DP << Diagnostic;