OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDiagnosticEngine
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h
29
DiagnosticEngine&
getDiagnosticEngine
();
46
return
getDiagnosticEngine
().report(pID, DiagnosticEngine::Unreachable);
51
return
getDiagnosticEngine
().report(pID, DiagnosticEngine::Fatal);
56
return
getDiagnosticEngine
().report(pID, DiagnosticEngine::Error);
61
return
getDiagnosticEngine
().report(pID, DiagnosticEngine::Warning);
66
return
getDiagnosticEngine
().report(pID, DiagnosticEngine::Debug);
71
return
getDiagnosticEngine
().report(pID, DiagnosticEngine::Note);
76
return
getDiagnosticEngine
().report(pID, DiagnosticEngine::Ignore);
/frameworks/compile/mclinker/lib/Support/
MsgHandling.cpp
43
DiagnosticEngine& mcld::
getDiagnosticEngine
()
/frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp
145
mcld::
getDiagnosticEngine
().setLineInfo(*mDiagLineInfo);
/frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp
[
all
...]
Completed in 53 milliseconds