Home
last modified time | relevance | path

Searched defs:GetLaunchEventData (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Host/
DProcessLaunchInfo.h141 const char *GetLaunchEventData() const { return m_event_data.c_str(); } in GetLaunchEventData() function
/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp327 const char *SBLaunchInfo::GetLaunchEventData() const { in GetLaunchEventData() function in SBLaunchInfo