Home
last modified time | relevance | path

Searched refs:getDiagnosticEngine (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DMsgHandling.h26 DiagnosticEngine& getDiagnosticEngine();
42 return getDiagnosticEngine().report(pID, DiagnosticEngine::Unreachable); in unreachable()
46 return getDiagnosticEngine().report(pID, DiagnosticEngine::Fatal); in fatal()
50 return getDiagnosticEngine().report(pID, DiagnosticEngine::Error); in error()
54 return getDiagnosticEngine().report(pID, DiagnosticEngine::Warning); in warning()
58 return getDiagnosticEngine().report(pID, DiagnosticEngine::Debug); in debug()
62 return getDiagnosticEngine().report(pID, DiagnosticEngine::Note); in note()
66 return getDiagnosticEngine().report(pID, DiagnosticEngine::Ignore); in ignore()
/frameworks/compile/mclinker/lib/Support/
DMsgHandling.cpp42 DiagnosticEngine& getDiagnosticEngine() { in getDiagnosticEngine() function