Home
last modified time | relevance | path

Searched defs:GetPointer (Results 1 – 2 of 2) sorted by relevance

/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/source/API/
H A DSBScriptObject.cpp59 lldb::ScriptObjectPtr SBScriptObject::GetPointer() const { in GetPointer() function in SBScriptObject