Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBValueList.cpp58 lldb::SBValue GetFirstValueByName(const char *name) const { in GetFirstValueByName() function in ValueListImpl
188 SBValue SBValueList::GetFirstValueByName(const char *name) const { in GetFirstValueByName() function in SBValueList
193 sb_value = m_opaque_up->GetFirstValueByName(name); in GetFirstValueByName()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBValueList.h40 lldb::SBValue GetFirstValueByName(const char *name) const;
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBValueList.i103 GetFirstValueByName (const char* name) const;