Searched refs:MsgHandler (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h14 #include <mcld/LD/MsgHandler.h>
29 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)
46 inline mcld::MsgHandler mcl
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DMsgHandler.h1 //===- MsgHandler.h -------------------------------------------------------===//
23 /** \class MsgHandler
24 * \brief MsgHandler controls the timing to output message.
26 class MsgHandler class in namespace:mcld
29 MsgHandler(DiagnosticEngine& pEngine);
30 ~MsgHandler();
49 inline const MsgHandler &
50 operator<<(const MsgHandler& pHandler, llvm::StringRef pStr)
56 inline const MsgHandler &
57 operator<<(const MsgHandler
[all...]
H A DDiagnosticEngine.h22 class MsgHandler;
34 * - remember the argument string for MsgHandler
89 MsgHandler report(uint16_t pID, Severity pSeverity);
92 friend class MsgHandler;
/frameworks/compile/mclinker/lib/LD/
H A DMsgHandler.cpp1 //===- MsgHandler.cpp -----------------------------------------------------===//
9 #include <mcld/LD/MsgHandler.h>
14 MsgHandler::MsgHandler(DiagnosticEngine& pEngine) function in class:MsgHandler
18 MsgHandler::~MsgHandler()
23 bool MsgHandler::emit()
29 void MsgHandler::addString(llvm::StringRef pStr) const
37 void MsgHandler::addString(const std::string& pStr) const
45 void MsgHandler
[all...]
H A DAndroid.mk38 MsgHandler.cpp \
/frameworks/compile/mclinker/lib/Support/
H A DMsgHandling.cpp12 #include <mcld/LD/MsgHandler.h>

Completed in 1550 milliseconds