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();
21 class SBPlatform; variable210 friend class SBPlatform;
266 lldb::SBPlatform GetSelectedPlatform();268 void SetSelectedPlatform(lldb::SBPlatform &platform);274 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);506 friend class SBPlatform; variable
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
35 class SBPlatform; variable111 lldb::SBPlatform GetPlatform();957 friend class SBPlatform; variable
86 friend class SBPlatform; variable
92 class LLDB_API SBPlatform; variable
593 friend class SBPlatform; variable
31 ) lldb::SBPlatform;
51 #include "lldb/API/SBPlatform.h"
132 %include "lldb/API/SBPlatform.h"
22057 lldb::SBPlatform result; in _wrap_SBDebugger_GetSelectedPlatform()22068 lldb::SBPlatform * resultptr = new lldb::SBPlatform(result); in _wrap_SBDebugger_GetSelectedPlatform()22084 lldb::SBPlatform *arg2 = 0 ; in _wrap_SBDebugger_SetSelectedPlatform()22139 lldb::SBPlatform result; in _wrap_SBDebugger_GetPlatformAtIndex()22152 lldb::SBPlatform * resultptr = new lldb::SBPlatform(result); in _wrap_SBDebugger_GetPlatformAtIndex()42245 lldb::SBPlatform *result = 0 ; in _wrap_new_SBPlatform__SWIG_0()42248 result = (lldb::SBPlatform *)new lldb::SBPlatform(); in _wrap_new_SBPlatform__SWIG_0()42263 lldb::SBPlatform *result = 0 ; in _wrap_new_SBPlatform__SWIG_1()42268 result = (lldb::SBPlatform *)new lldb::SBPlatform((char const *)arg1); in _wrap_new_SBPlatform__SWIG_1()42282 lldb::SBPlatform *arg1 = 0 ; in _wrap_new_SBPlatform__SWIG_2()[all …]
74 SRCS+= API/SBPlatform.cpp