Searched refs:GetProcessPluginName (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 94 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 D | SBLaunchInfo.cpp | 243 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 D | SBAttachInfo.i | 60 GetProcessPluginName ();
|
| H A D | SBLaunchInfo.i | 92 GetProcessPluginName ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBAttachInfo.h | 118 const char *GetProcessPluginName();
|
| H A D | SBLaunchInfo.h | 142 const char *GetProcessPluginName();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | ProcessLaunchInfo.h | 72 const char *GetProcessPluginName() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 132 const char *ProcessLaunchInfo::GetProcessPluginName() const { in GetProcessPluginName() function in ProcessLaunchInfo
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Process.h | 126 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 D | Target.cpp | 3008 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 D | LLDBWrapLua.cpp | 5289 result = (char *)(arg1)->GetProcessPluginName(); in _wrap_SBAttachInfo_GetProcessPluginName() 31317 result = (char *)(arg1)->GetProcessPluginName(); in _wrap_SBLaunchInfo_GetProcessPluginName()
|