Searched refs:GetFirstValueByName (Results 1 – 4 of 4) sorted by relevance
56 lldb::SBValue GetFirstValueByName(const char *name) const { in GetFirstValueByName() function in ValueListImpl189 SBValue SBValueList::GetFirstValueByName(const char *name) const { in GetFirstValueByName() function in SBValueList190 LLDB_RECORD_METHOD_CONST(lldb::SBValue, SBValueList, GetFirstValueByName, in GetFirstValueByName()195 sb_value = m_opaque_up->GetFirstValueByName(name); in GetFirstValueByName()226 LLDB_REGISTER_METHOD_CONST(lldb::SBValue, SBValueList, GetFirstValueByName, in RegisterMethods()
40 lldb::SBValue GetFirstValueByName(const char *name) const;
103 GetFirstValueByName (const char* name) const;
69171 result = ((lldb::SBValueList const *)arg1)->GetFirstValueByName((char const *)arg2); in _wrap_SBValueList_GetFirstValueByName()