Home
last modified time | relevance | path

Searched refs:GetProcessPluginName (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp94 const char *SBAttachInfo::GetProcessPluginName() { in GetProcessPluginName() function in SBAttachInfo
95 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBAttachInfo, GetProcessPluginName); in GetProcessPluginName()
97 return m_opaque_sp->GetProcessPluginName(); in GetProcessPluginName()
278 LLDB_REGISTER_METHOD(const char *, SBAttachInfo, GetProcessPluginName, ()); in RegisterMethods()
H A DSBLaunchInfo.cpp243 const char *SBLaunchInfo::GetProcessPluginName() { in GetProcessPluginName() function in SBLaunchInfo
244 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBLaunchInfo, GetProcessPluginName); in GetProcessPluginName()
246 return m_opaque_sp->GetProcessPluginName(); in GetProcessPluginName()
435 LLDB_REGISTER_METHOD(const char *, SBLaunchInfo, GetProcessPluginName, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBAttachInfo.i60 GetProcessPluginName ();
H A DSBLaunchInfo.i92 GetProcessPluginName ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h118 const char *GetProcessPluginName();
H A DSBLaunchInfo.h142 const char *GetProcessPluginName();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h72 const char *GetProcessPluginName() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp132 const char *ProcessLaunchInfo::GetProcessPluginName() const { in GetProcessPluginName() function in ProcessLaunchInfo
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h126 SetProcessPluginName(launch_info.GetProcessPluginName()); in ProcessAttachInfo()
153 const char *GetProcessPluginName() const { in GetProcessPluginName() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3008 const char *plugin_name = launch_info.GetProcessPluginName(); in Launch()
3165 const char *plugin_name = attach_info.GetProcessPluginName(); in Attach()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5289 result = (char *)(arg1)->GetProcessPluginName(); in _wrap_SBAttachInfo_GetProcessPluginName()
31317 result = (char *)(arg1)->GetProcessPluginName(); in _wrap_SBLaunchInfo_GetProcessPluginName()