Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValueList.cpp56 lldb::SBValue GetFirstValueByName(const char *name) const { in GetFirstValueByName() function in ValueListImpl
189 SBValue SBValueList::GetFirstValueByName(const char *name) const { in GetFirstValueByName() function in SBValueList
190 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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValueList.h40 lldb::SBValue GetFirstValueByName(const char *name) const;
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueList.i103 GetFirstValueByName (const char* name) const;
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69171 result = ((lldb::SBValueList const *)arg1)->GetFirstValueByName((char const *)arg2); in _wrap_SBValueList_GetFirstValueByName()