Searched refs:pID (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h28 MsgHandler unreachable(unsigned int pID);
29 MsgHandler fatal(unsigned int pID);
30 MsgHandler error(unsigned int pID);
31 MsgHandler warning(unsigned int pID);
32 MsgHandler debug(unsigned int pID);
33 MsgHandler note(unsigned int pID);
34 MsgHandler ignore(unsigned int pID);
41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID) { argument
42 return getDiagnosticEngine().report(pID, DiagnosticEngine::Unreachable);
45 inline mcld::MsgHandler mcld::fatal(unsigned int pID) { argument
49 error(unsigned int pID) argument
53 warning(unsigned int pID) argument
57 debug(unsigned int pID) argument
61 note(unsigned int pID) argument
65 ignore(unsigned int pID) argument
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp68 MsgHandler DiagnosticEngine::report(uint16_t pID, argument
70 m_State.ID = pID;
H A DDiagnosticInfos.cpp78 static const DiagStaticInfo* getDiagInfo(unsigned int pID, argument
84 static_cast<uint16_t>(pID), DiagnosticEngine::None, 0, 0};
89 if (result == (static_info + info_size) || result->ID != pID)
105 llvm::StringRef DiagnosticInfos::getDescription(unsigned int pID, argument
107 return getDiagInfo(pID, pInLoC)->getDescription();
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticInfos.h44 llvm::StringRef getDescription(unsigned int pID, bool pLoC) const;
H A DDiagnosticEngine.h84 MsgHandler report(uint16_t pID, Severity pSeverity);

Completed in 116 milliseconds