Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp94 const char *SBAttachInfo::GetProcessPluginName() { in GetProcessPluginName() function in SBAttachInfo
97 return ConstString(m_opaque_sp->GetProcessPluginName()).GetCString(); in GetProcessPluginName()
H A DSBLaunchInfo.cpp234 const char *SBLaunchInfo::GetProcessPluginName() { in GetProcessPluginName() function in SBLaunchInfo
237 return ConstString(m_opaque_sp->GetProcessPluginName()).GetCString(); in GetProcessPluginName()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h122 const char *GetProcessPluginName();
H A DSBLaunchInfo.h169 const char *GetProcessPluginName();
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h71 llvm::StringRef GetProcessPluginName() const;
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp129 llvm::StringRef ProcessLaunchInfo::GetProcessPluginName() const { in GetProcessPluginName() function in ProcessLaunchInfo
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h131 SetProcessPluginName(launch_info.GetProcessPluginName()); in ProcessAttachInfo()
156 llvm::StringRef GetProcessPluginName() const { in GetProcessPluginName()
154 llvm::StringRef GetProcessPluginName() const { GetProcessPluginName() function
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3286 launch_info.GetProcessPluginName(), nullptr, false); in Launch()
3447 llvm::StringRef plugin_name = attach_info.GetProcessPluginName(); in Attach()
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6191 SWIG_check_num_args("lldb::SBAttachInfo::GetProcessPluginName",1,1) in _wrap_new_SBBlock()
6192 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetProcessPluginName",1,"lldb::SBAttachInfo *"); in _wrap_new_SBBlock()
6198 result = (char *)(arg1)->GetProcessPluginName(); in _wrap_new_SBBlock()
6853 { "GetProcessPluginName", _wrap_SBAttachInfo_GetProcessPluginName},
[all...]