Home
last modified time | relevance | path

Searched refs:SBPlatform (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp293 SBPlatform::SBPlatform() { LLDB_INSTRUMENT_VA(this); } in SBPlatform() function in SBPlatform
295 SBPlatform::SBPlatform(const char *platform_name) { in SBPlatform() function in SBPlatform
301 SBPlatform::SBPlatform(const SBPlatform &rhs) { in SBPlatform() function in SBPlatform
307 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 …]
H A DSBDebugger.cpp1076 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()
H A DSBTarget.cpp177 SBPlatform SBTarget::GetPlatform() { in GetPlatform()
181 SBPlatform platform; in GetPlatform()
185 return SBPlatform(); in GetPlatform()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h1 //===-- 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...]
H A DSBLaunchInfo.h21 class SBPlatform; variable
210 friend class SBPlatform;
H A DSBDebugger.h372 lldb::SBPlatform GetSelectedPlatform();
375 void SetSelectedPlatform(lldb::SBPlatform &platform);
381 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);
679 friend class SBPlatform; variable
H A DSBEnvironment.h123 friend class SBPlatform;
H A DSBUnixSignals.h55 friend class SBPlatform; variable
H A DSBTarget.h35 class SBPlatform; variable
116 lldb::SBPlatform GetPlatform();
976 friend class SBPlatform; variable
H A DSBFileSpec.h74 friend class SBPlatform; variable
H A DSBModuleSpec.h93 friend class SBPlatform; variable
H A DSBError.h91 friend class SBPlatform; variable
H A DSBModule.h304 friend class SBPlatform; variable
H A DSBDefines.h93 class LLDB_API SBPlatform; variable
H A DSBProcess.h595 friend class SBPlatform; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatformDocstrings.i31 ) lldb::SBPlatform;
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig135 %include "lldb/API/SBPlatform.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22343 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 …]
H A DMakefile74 SRCS+= API/SBPlatform.cpp