Home
last modified time | relevance | path

Searched refs:SBScriptObject (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBScriptObject.cpp19 SBScriptObject::SBScriptObject(const ScriptObjectPtr ptr, in SBScriptObject() function in SBScriptObject
25 SBScriptObject::SBScriptObject(const SBScriptObject &rhs) in SBScriptObject() function in SBScriptObject
31 SBScriptObject::~SBScriptObject() = default;
33 const SBScriptObject &SBScriptObject::operator=(const SBScriptObject &rhs) { in operator =()
41 bool SBScriptObject::operator!=(const SBScriptObject &rhs) const { in operator !=()
47 bool SBScriptObject::IsValid() const { in IsValid()
53 SBScriptObject::operator bool() const { in operator bool()
59 lldb::ScriptObjectPtr SBScriptObject::GetPointer() const { in GetPointer()
65 lldb::ScriptLanguage SBScriptObject::GetLanguage() const { in GetLanguage()
71 ScriptObject &SBScriptObject::ref() { in ref()
[all …]
H A DSBStructuredData.cpp41 SBStructuredData::SBStructuredData(const lldb::SBScriptObject obj, in SBStructuredData()
225 lldb::SBScriptObject SBStructuredData::GetGenericValue() const { in GetGenericValue()
H A DSBProcess.cpp1461 lldb::SBScriptObject SBProcess::GetScriptedImplementation() { in GetScriptedImplementation()
1464 return lldb::SBScriptObject((process_sp) ? process_sp->GetImplementation() in GetScriptedImplementation()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBScriptObject.h20 class LLDB_API SBScriptObject {
22 SBScriptObject(const ScriptObjectPtr ptr, lldb::ScriptLanguage lang);
24 SBScriptObject(const lldb::SBScriptObject &rhs);
26 ~SBScriptObject();
28 const lldb::SBScriptObject &operator=(const lldb::SBScriptObject &rhs);
32 bool operator!=(const SBScriptObject &rhs) const;
H A DSBStructuredData.h33 SBStructuredData(const lldb::SBScriptObject obj,
109 lldb::SBScriptObject GetGenericValue() const;
H A DSBDefines.h102 class LLDB_API SBScriptObject; variable
H A DSBProcess.h579 lldb::SBScriptObject GetScriptedImplementation();
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBScriptObjectExtensions.i1 %extend lldb::SBScriptObject {
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig58 #include "lldb/API/SBScriptObject.h"
H A Dinterfaces.swig139 %include "lldb/API/SBScriptObject.h"
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig131 %typemap(out) lldb::SBScriptObject {
/freebsd/lib/clang/liblldb/
H A DMakefile66 SRCS+= API/SBScriptObject.cpp
H A DLLDBWrapLua.cpp47005 SwigValueWrapper< lldb::SBScriptObject > result; in _wrap_SBProcess_GetScriptedImplementation()
47016 lldb::SBScriptObject * resultptr = new lldb::SBScriptObject(result); in _wrap_SBProcess_GetScriptedImplementation()
48745 lldb::SBScriptObject *result = 0 ; in _wrap_new_SBScriptObject__SWIG_0()
48752 result = (lldb::SBScriptObject *)new lldb::SBScriptObject(arg1,arg2); in _wrap_new_SBScriptObject__SWIG_0()
48766 lldb::SBScriptObject *arg1 = 0 ; in _wrap_new_SBScriptObject__SWIG_1()
48767 lldb::SBScriptObject *result = 0 ; in _wrap_new_SBScriptObject__SWIG_1()
48776 result = (lldb::SBScriptObject *)new lldb::SBScriptObject((lldb::SBScriptObject const &)*arg1); in _wrap_new_SBScriptObject__SWIG_1()
48839 lldb::SBScriptObject *arg1 = (lldb::SBScriptObject *) 0 ; in _wrap_SBScriptObject_IsValid()
48849 result = (bool)((lldb::SBScriptObject const *)arg1)->IsValid(); in _wrap_SBScriptObject_IsValid()
48863 lldb::SBScriptObject *arg1 = (lldb::SBScriptObject *) 0 ; in _wrap_SBScriptObject_GetPointer()
[all …]