Searched refs:SBPlatform (Results 1 – 19 of 19) sorted by relevance
1 //===-- SBPlatform.cpp ----------------------------------------------------===//9 #include "lldb/API/SBPlatform.h"16 #include "lldb/API/SBPlatform.h"293 // SBPlatform in SBPlatform() function in SBPlatform 294 SBPlatform::SBPlatform() { LLDB_INSTRUMENT_VA(this); } in SBPlatform() 296 SBPlatform::SBPlatform(const char *platform_name) { in SBPlatform() 302 SBPlatform::SBPlatform(cons in SBPlatform() 291 SBPlatform::SBPlatform() { LLDB_INSTRUMENT_VA(this); } SBPlatform() function in SBPlatform 299 SBPlatform::SBPlatform(const SBPlatform &rhs) { SBPlatform() function in SBPlatform [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()
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;
266 lldb::SBPlatform GetSelectedPlatform();268 void SetSelectedPlatform(lldb::SBPlatform &platform);274 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);506 friend class SBPlatform; variable
123 friend class SBPlatform;
55 friend class SBPlatform; variable
35 class SBPlatform; variable111 lldb::SBPlatform GetPlatform();957 friend class SBPlatform; variable
93 friend class SBPlatform; variable
74 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 …]
58 SRCS+= API/SBPlatform.cpp