Searched refs:SBPlatform (Results 1 – 19 of 19) sorted by relevance
293 SBPlatform::SBPlatform() { LLDB_INSTRUMENT_VA(this); } in SBPlatform() function in SBPlatform295 SBPlatform::SBPlatform(const char *platform_name) { in SBPlatform() function in SBPlatform301 SBPlatform::SBPlatform(const SBPlatform &rhs) { in SBPlatform() function in SBPlatform307 SBPlatform &SBPlatform::operator=(const SBPlatform &rhs) { in operator =()314 SBPlatform::~SBPlatform() = default;316 SBPlatform SBPlatform::GetHostPlatform() { in GetHostPlatform()319 SBPlatform host_platform; in GetHostPlatform()324 bool SBPlatform::IsValid() const { in IsValid()328 SBPlatform::operator bool() const { in operator bool()334 void SBPlatform::Clear() { in Clear()[all …]
1076 SBPlatform SBDebugger::GetSelectedPlatform() { in GetSelectedPlatform()1081 SBPlatform sb_platform; in GetSelectedPlatform()1093 void SBDebugger::SetSelectedPlatform(SBPlatform &sb_platform) { in SetSelectedPlatform()1119 SBPlatform SBDebugger::GetPlatformAtIndex(uint32_t idx) { in GetPlatformAtIndex()1122 SBPlatform sb_platform; in GetPlatformAtIndex()1525 if (SBPlatform platform = GetSelectedPlatform()) { in SetCurrentPlatformSDKRoot()
177 SBPlatform SBTarget::GetPlatform() { in GetPlatform()181 SBPlatform platform; in GetPlatform()185 return SBPlatform(); in GetPlatform()
1 //===-- SBPlatform.h --------------------------------------------*- C++ -*-===//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();[all...]
21 class SBPlatform; variable210 friend class SBPlatform;
372 lldb::SBPlatform GetSelectedPlatform();375 void SetSelectedPlatform(lldb::SBPlatform &platform);381 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);679 friend class SBPlatform; variable
123 friend class SBPlatform;
55 friend class SBPlatform; variable
35 class SBPlatform; variable116 lldb::SBPlatform GetPlatform();976 friend class SBPlatform; variable
74 friend class SBPlatform; variable
93 friend class SBPlatform; variable
91 friend class SBPlatform; variable
304 friend class SBPlatform; variable
93 class LLDB_API SBPlatform; variable
595 friend class SBPlatform; variable
31 ) lldb::SBPlatform;
135 %include "lldb/API/SBPlatform.h"
22343 lldb::SBPlatform result; in _wrap_SBDebugger_GetSelectedPlatform()22354 lldb::SBPlatform * resultptr = new lldb::SBPlatform(result); in _wrap_SBDebugger_GetSelectedPlatform()22370 lldb::SBPlatform *arg2 = 0 ; in _wrap_SBDebugger_SetSelectedPlatform()22425 lldb::SBPlatform result; in _wrap_SBDebugger_GetPlatformAtIndex()22438 lldb::SBPlatform * resultptr = new lldb::SBPlatform(result); in _wrap_SBDebugger_GetPlatformAtIndex()43024 lldb::SBPlatform *result = 0 ; in _wrap_new_SBPlatform__SWIG_0()43027 result = (lldb::SBPlatform *)new lldb::SBPlatform(); in _wrap_new_SBPlatform__SWIG_0()43042 lldb::SBPlatform *result = 0 ; in _wrap_new_SBPlatform__SWIG_1()43047 result = (lldb::SBPlatform *)new lldb::SBPlatform((char const *)arg1); in _wrap_new_SBPlatform__SWIG_1()43061 lldb::SBPlatform *arg1 = 0 ; in _wrap_new_SBPlatform__SWIG_2()[all …]
74 SRCS+= API/SBPlatform.cpp