Searched defs:pID (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h29 MsgHandler unreachable(unsigned int pID);
30 MsgHandler fatal(unsigned int pID);
31 MsgHandler error(unsigned int pID);
32 MsgHandler warning(unsigned int pID);
33 MsgHandler debug(unsigned int pID);
34 MsgHandler note(unsigned int pID);
35 MsgHandler ignore(unsigned int pID);
41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID) argument
43 return getDiagnosticEngine().report(pID, DiagnosticEngine::Unreachable);
46 inline mcld::MsgHandler mcld::fatal(unsigned int pID) argument
51 error(unsigned int pID) argument
56 warning(unsigned int pID) argument
61 debug(unsigned int pID) argument
66 note(unsigned int pID) argument
71 ignore(unsigned int pID) argument
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DMsgHandler.h116 DiagnosticEngine::report(uint16_t pID, DiagnosticEngine::Severity pSeverity) argument
118 m_State.ID = pID;
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticInfos.cpp72 static const DiagStaticInfo* getDiagInfo(unsigned int pID, bool pInLoC = false) argument
77 DiagStaticInfo key = { static_cast<uint16_t>(pID), DiagnosticEngine::None, 0, 0 };
80 if (result == (static_info + info_size) || result->ID != pID)
96 llvm::StringRef DiagnosticInfos::getDescription(unsigned int pID, bool pInLoC) const argument
98 return getDiagInfo(pID, pInLoC)->getDescription();

Completed in 61 milliseconds