Searched refs:SBPlatform (Results 1 – 22 of 22) sorted by relevance
290 SBPlatform::SBPlatform() { LLDB_INSTRUMENT_VA(this); } in SBPlatform() function in SBPlatform292 SBPlatform::SBPlatform(const char *platform_name) { in SBPlatform() function in SBPlatform298 SBPlatform::SBPlatform(const SBPlatform &rhs) { in SBPlatform() function in SBPlatform304 SBPlatform &SBPlatform::operator=(const SBPlatform &rhs) { in operator =()311 SBPlatform::~SBPlatform() = default;313 SBPlatform SBPlatform::GetHostPlatform() { in GetHostPlatform()316 SBPlatform host_platform; in GetHostPlatform()321 bool SBPlatform::IsValid() const { in IsValid()325 SBPlatform::operator bool() const { in operator bool()331 void SBPlatform::Clear() { in Clear()[all …]
1090 SBPlatform SBDebugger::GetSelectedPlatform() { in GetSelectedPlatform()1095 SBPlatform sb_platform; in GetSelectedPlatform()1107 void SBDebugger::SetSelectedPlatform(SBPlatform &sb_platform) { in SetSelectedPlatform()1133 SBPlatform SBDebugger::GetPlatformAtIndex(uint32_t idx) { in GetPlatformAtIndex()1136 SBPlatform sb_platform; in GetPlatformAtIndex()1517 if (SBPlatform platform = GetSelectedPlatform()) { in SetCurrentPlatformSDKRoot()
56 SBPlatform.cpp
176 SBPlatform SBTarget::GetPlatform() { in GetPlatform()181 return SBPlatform(); in GetPlatform()183 SBPlatform platform; in GetPlatform()
88 friend class SBPlatform;93 class LLDB_API SBPlatform {95 SBPlatform();97 SBPlatform(const char *platform_name);99 SBPlatform(const SBPlatform &rhs);101 SBPlatform &operator=(const SBPlatform &rhs);103 ~SBPlatform();105 static SBPlatform GetHostPlatform();
20 class SBPlatform; variable183 friend class SBPlatform;
227 lldb::SBPlatform GetSelectedPlatform();229 void SetSelectedPlatform(lldb::SBPlatform &platform);235 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);
123 friend class SBPlatform;
55 friend class SBPlatform; variable
27 class SBPlatform; variable95 lldb::SBPlatform GetPlatform();875 friend class SBPlatform; variable
71 friend class SBPlatform; variable
75 friend class SBPlatform; variable
120 ) SBPlatform;121 class SBPlatform125 SBPlatform ();127 SBPlatform (const char *);129 ~SBPlatform();131 static SBPlatform GetHostPlatform();
332 lldb::SBPlatform336 SetSelectedPlatform(lldb::SBPlatform &platform);347 lldb::SBPlatform
108 lldb::SBPlatform
46 SBPlatform.cpp \
117 return _get_platform_os(lldb.SBPlatform("host"))
811 if lldb.SBPlatform.GetHostPlatform().GetOSMajorVersion() < 13:896 lldb.selected_platform = lldb.SBPlatform.GetHostPlatform()904 lldb.remote_platform = lldb.SBPlatform(
50 %include "./interface/SBPlatform.i"
46 #include "lldb/API/SBPlatform.h"
63 Redirect 301 /python_reference/lldb.SBPlatform-class.html https://lldb.llvm.org/python_api/lldb.SBP…
3625 lldb/include/lldb/API/SBPlatform.h