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.cpp1 //===-- 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...]
H A DSBDebugger.cpp1104 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()
H A DSBTarget.cpp177 SBPlatform SBTarget::GetPlatform() { in GetPlatform()
182 return SBPlatform(); in GetPlatform()
184 SBPlatform platform; 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.h266 lldb::SBPlatform GetSelectedPlatform();
268 void SetSelectedPlatform(lldb::SBPlatform &platform);
274 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);
506 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
111 lldb::SBPlatform GetPlatform();
957 friend class SBPlatform; variable
H A DSBModuleSpec.h93 friend class SBPlatform; variable
H A DSBFileSpec.h74 friend class SBPlatform; variable
H A DSBError.h86 friend class SBPlatform; variable
H A DSBDefines.h92 class LLDB_API SBPlatform; variable
H A DSBProcess.h593 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 Dheaders.swig51 #include "lldb/API/SBPlatform.h"
H A Dinterfaces.swig132 %include "lldb/API/SBPlatform.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22057 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 …]
H A DMakefile58 SRCS+= API/SBPlatform.cpp