| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValueList.cpp | 77 SBValueList::SBValueList() { LLDB_INSTRUMENT_VA(this); } in SBValueList() function in SBValueList 79 SBValueList::SBValueList(const SBValueList &rhs) { in SBValueList() function in SBValueList 86 SBValueList::SBValueList(const ValueListImpl *lldb_object_ptr) { in SBValueList() function in SBValueList 91 SBValueList::~SBValueList() = default; 93 bool SBValueList::IsValid() const { in IsValid() 97 SBValueList::operator bool() const { in operator bool() 103 void SBValueList::Clear() { in Clear() 109 const SBValueList &SBValueList::operator=(const SBValueList &rhs) { in operator =() 145 void SBValueList::Append(const lldb::SBValueList &value_list) { in Append() 174 void SBValueList::CreateIfNeeded() { in CreateIfNeeded() [all …]
|
| H A D | SBBlock.cpp | 232 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables() 238 SBValueList value_list; in GetVariables() 286 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables() 292 SBValueList value_list; in GetVariables()
|
| H A D | SBFrame.cpp | 728 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables() 732 SBValueList value_list; in GetVariables() 757 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables() 779 SBValueList SBFrame::GetVariables(const lldb::SBVariablesOptions &options) { in GetVariables() 782 SBValueList value_list; in GetVariables() 890 SBValueList SBFrame::GetRegisters() { in GetRegisters() 893 SBValueList value_list; in GetRegisters()
|
| H A D | SBModule.cpp | 404 SBValueList SBModule::FindGlobalVariables(SBTarget &target, const char *name, in FindGlobalVariables() 408 SBValueList sb_value_list; in FindGlobalVariables() 430 SBValueList sb_value_list(FindGlobalVariables(target, name, 1)); in FindFirstGlobalVariable()
|
| H A D | SBTarget.cpp | 1883 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables() 1887 SBValueList sb_value_list; in FindGlobalVariables() 1910 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables() 1915 SBValueList sb_value_list; in FindGlobalVariables() 1957 SBValueList sb_value_list(FindGlobalVariables(name, 1)); in FindFirstGlobalVariable()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBValueList.h | 18 class LLDB_API SBValueList { 20 SBValueList(); 22 SBValueList(const lldb::SBValueList &rhs); 24 ~SBValueList(); 34 void Append(const lldb::SBValueList &value_list); 44 const lldb::SBValueList &operator=(const lldb::SBValueList &rhs); 81 SBValueList(const ValueListImpl *lldb_object_ptr);
|
| H A D | SBFrame.h | 149 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics, 152 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics, 156 lldb::SBValueList GetVariables(const lldb::SBVariablesOptions &options); 158 lldb::SBValueList GetRegisters();
|
| H A D | SBBlock.h | 57 lldb::SBValueList GetVariables(lldb::SBFrame &frame, bool arguments, 61 lldb::SBValueList GetVariables(lldb::SBTarget &target, bool arguments,
|
| H A D | SBError.h | 93 friend class SBValueList; variable
|
| H A D | SBModule.h | 186 lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target,
|
| H A D | SBDefines.h | 128 class LLDB_API SBValueList; variable
|
| H A D | SBTarget.h | 467 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches); 492 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches,
|
| H A D | SBValue.h | 430 friend class SBValueList; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBValueListExtensions.i | 1 %extend lldb::SBValueList { 6 std::string lldb::SBValueList::__str__ (){ in __str__()
|
| H A D | SBValueListDocstrings.i | 58 ) lldb::SBValueList;
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/ |
| H A D | headers.swig | 79 #include "lldb/API/SBValueList.h"
|
| H A D | interfaces.swig | 156 %include "lldb/API/SBValueList.h"
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 75785 result = (lldb::SBValueList *)new lldb::SBValueList((lldb::SBValueList const &)*arg1); in _wrap_new_SBValueList__SWIG_1() 75832 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ; in _wrap_SBValueList_IsValid() 75856 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ; in _wrap_SBValueList_Clear() 75879 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ; in _wrap_SBValueList_Append__SWIG_0() 75909 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ; in _wrap_SBValueList_Append__SWIG_1() 76003 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ; in _wrap_SBValueList_GetSize() 76027 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ; in _wrap_SBValueList_GetValueAtIndex() 76057 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ; in _wrap_SBValueList_GetFirstValueByName() 76087 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ; in _wrap_SBValueList_FindValueObjectByUID() 76117 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ; in _wrap_SBValueList_GetError() [all …]
|
| H A D | Makefile | 89 SRCS+= API/SBValueList.cpp
|