Home
last modified time | relevance | path

Searched refs:GetGenericValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp225 lldb::SBScriptObject SBStructuredData::GetGenericValue() const { in GetGenericValue() function in SBStructuredData
228 return {m_impl_up->GetGenericValue(), eScriptLanguageDefault}; in GetGenericValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h109 lldb::SBScriptObject GetGenericValue() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h164 void *GetGenericValue() const { in GetGenericValue() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp52328 result = ((lldb::SBStructuredData const *)arg1)->GetGenericValue(); in _wrap_SBStructuredData_GetGenericValue()