forked from OSchip/llvm-project
Add a GetName interface to the Listener for logging purposes.
llvm-svn: 125079
This commit is contained in:
parent
53239f00b5
commit
cedb5820ff
|
@ -46,6 +46,12 @@ public:
|
|||
void
|
||||
Clear ();
|
||||
|
||||
const char *
|
||||
GetName ()
|
||||
{
|
||||
return m_name.c_str();
|
||||
}
|
||||
|
||||
uint32_t
|
||||
StartListeningForEvents (Broadcaster* broadcaster,
|
||||
uint32_t event_mask);
|
||||
|
|
Loading…
Reference in New Issue