Searched refs:SBPlatform (Results 1 – 21 of 21) sorted by relevance
294 SBPlatform::SBPlatform() { LLDB_INSTRUMENT_VA(this); } in SBPlatform() function in SBPlatform296 SBPlatform::SBPlatform(const char *platform_name) { in SBPlatform() function in SBPlatform302 SBPlatform::SBPlatform(const SBPlatform &rhs) { in SBPlatform() function in SBPlatform308 SBPlatform &SBPlatform::operator=(const SBPlatform &rhs) { in operator =()315 SBPlatform::~SBPlatform() = default;317 SBPlatform SBPlatform::GetHostPlatform() { in GetHostPlatform()320 SBPlatform host_platform; in GetHostPlatform()325 bool SBPlatform::IsValid() const { in IsValid()329 SBPlatform::operator bool() const { in operator bool()335 void SBPlatform::Clear() { in Clear()[all …]
1104 SBPlatform SBDebugger::GetSelectedPlatform() { in GetSelectedPlatform()1109 SBPlatform sb_platform; in GetSelectedPlatform()1121 void SBDebugger::SetSelectedPlatform(SBPlatform &sb_platform) { in SetSelectedPlatform()1147 SBPlatform SBDebugger::GetPlatformAtIndex(uint32_t idx) { in GetPlatformAtIndex()1150 SBPlatform sb_platform; in GetPlatformAtIndex()1534 if (SBPlatform platform = GetSelectedPlatform()) { in SetCurrentPlatformSDKRoot()
177 SBPlatform SBTarget::GetPlatform() { in GetPlatform()182 return SBPlatform(); in GetPlatform()184 SBPlatform platform; in GetPlatform()
92 friend class SBPlatform;97 class LLDB_API SBPlatform {99 SBPlatform();101 SBPlatform(const char *platform_name);103 SBPlatform(const SBPlatform &rhs);105 SBPlatform &operator=(const SBPlatform &rhs);107 ~SBPlatform();109 static SBPlatform GetHostPlatform();
263 lldb::SBPlatform GetSelectedPlatform();265 void SetSelectedPlatform(lldb::SBPlatform &platform);271 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);490 friend class SBPlatform; variable
21 class SBPlatform; variable210 friend class SBPlatform;
38 friend SBPlatform;
123 friend class SBPlatform;
55 friend class SBPlatform; variable
200 friend class SBPlatform; variable
93 friend class SBPlatform; variable
74 friend class SBPlatform; variable
34 class SBPlatform; variable100 lldb::SBPlatform GetPlatform();941 friend class SBPlatform; variable
85 friend class SBPlatform; variable
89 class LLDB_API SBPlatform; variable
452 friend class SBPlatform; variable
31 ) lldb::SBPlatform;
47 #include "lldb/API/SBPlatform.h"
124 %include "lldb/API/SBPlatform.h"
40655 result = (lldb::SBPlatform *)new lldb::SBPlatform((lldb::SBPlatform const &)*arg1); in _wrap_new_SBPlatform__SWIG_2()40732 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_IsValid()40756 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_Clear()40779 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_GetWorkingDirectory()40803 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_SetWorkingDirectory()40830 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_GetName()40854 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_ConnectRemote()40888 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_DisconnectRemote()40911 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_IsConnected()40935 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_GetTriple()[all …]
57 SRCS+= API/SBPlatform.cpp