Home
last modified time | relevance | path

Searched refs:GetPointer (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBScriptObject.cpp59 lldb::ScriptObjectPtr SBScriptObject::GetPointer() const { in GetPointer() function in SBScriptObject
62 return m_opaque_up ? const_cast<void *>(m_opaque_up->GetPointer()) : nullptr; in GetPointer()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBScriptObjectExtensions.i9 ptr = property(GetPointer, None, doc='''A read only property that returns the underlying script object.''')
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptObject.h22 const void *GetPointer() const { return m_ptr; } in GetPointer() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBScriptObject.h36 lldb::ScriptObjectPtr GetPointer() const;
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig133 if (const void* impl = $1.GetPointer())
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1554 void *ptr = const_cast<void *>(obj.GetPointer()); in CreateStructuredDataFromScriptObject()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp48873 result = (lldb::ScriptObjectPtr)((lldb::SBScriptObject const *)arg1)->GetPointer(); in _wrap_SBScriptObject_GetPointer()