Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DMsgHandling.h41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID) { in unreachable()
45 inline mcld::MsgHandler mcld::fatal(unsigned int pID) { in fatal()
49 inline mcld::MsgHandler mcld::error(unsigned int pID) { in error()
53 inline mcld::MsgHandler mcld::warning(unsigned int pID) { in warning()
57 inline mcld::MsgHandler mcld::debug(unsigned int pID) { in debug()
61 inline mcld::MsgHandler mcld::note(unsigned int pID) { in note()
65 inline mcld::MsgHandler mcld::ignore(unsigned int pID) { in ignore()
/frameworks/compile/mclinker/lib/LD/
DDiagnosticInfos.cpp78 static const DiagStaticInfo* getDiagInfo(unsigned int pID, in getDiagInfo()
105 llvm::StringRef DiagnosticInfos::getDescription(unsigned int pID, in getDescription()
DDiagnosticEngine.cpp68 MsgHandler DiagnosticEngine::report(uint16_t pID, in report()