Home
last modified time | relevance | path

Searched refs:SBTypeList (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBType.h16 class SBTypeList; variable
192 lldb::SBTypeList GetFunctionArgumentTypes();
238 friend class SBTypeList; variable
245 class SBTypeList {
247 SBTypeList();
249 SBTypeList(const lldb::SBTypeList &rhs);
251 ~SBTypeList();
253 lldb::SBTypeList &operator=(const lldb::SBTypeList &rhs);
DSBModule.h205 lldb::SBTypeList FindTypes(const char *type);
237 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
DSBCompileUnit.h67 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
DSBDefines.h103 class LLDB_API SBTypeList; variable
DSBTarget.h787 lldb::SBTypeList FindTypes(const char *type);
/openbsd/src/gnu/llvm/lldb/source/API/
DSBType.cpp295 lldb::SBTypeList SBType::GetFunctionArgumentTypes() { in GetFunctionArgumentTypes()
298 SBTypeList sb_type_list; in GetFunctionArgumentTypes()
589 SBTypeList::SBTypeList() : m_opaque_up(new TypeListImpl()) { in SBTypeList() function in SBTypeList
593 SBTypeList::SBTypeList(const SBTypeList &rhs) in SBTypeList() function in SBTypeList
597 for (uint32_t i = 0, rhs_size = const_cast<SBTypeList &>(rhs).GetSize(); in SBTypeList()
599 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in SBTypeList()
602 bool SBTypeList::IsValid() { in IsValid()
606 SBTypeList::operator bool() const { in operator bool()
612 SBTypeList &SBTypeList::operator=(const SBTypeList &rhs) { in operator =()
617 for (uint32_t i = 0, rhs_size = const_cast<SBTypeList &>(rhs).GetSize(); in operator =()
[all …]
DSBCompileUnit.cpp133 lldb::SBTypeList SBCompileUnit::GetTypes(uint32_t type_mask) { in GetTypes()
136 SBTypeList sb_type_list; in GetTypes()
DSBModule.cpp480 lldb::SBTypeList SBModule::FindTypes(const char *type) { in FindTypes()
483 SBTypeList retval; in FindTypes()
529 lldb::SBTypeList SBModule::GetTypes(uint32_t type_mask) { in GetTypes()
532 SBTypeList sb_type_list; in GetTypes()
DSBTarget.cpp1801 lldb::SBTypeList SBTarget::FindTypes(const char *typename_cstr) { in FindTypes()
1804 SBTypeList sb_type_list; in FindTypes()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBType.i811 lldb::SBTypeList
1028 ") SBTypeList;
1029 class SBTypeList
1032 SBTypeList();
1048 ~SBTypeList();
DSBCompileUnit.i120 lldb::SBTypeList
DSBModule.i275 lldb::SBTypeList
297 lldb::SBTypeList
DSBTarget.i457 lldb::SBTypeList
/openbsd/src/gnu/llvm/lldb/examples/functions/
Dmain.cpp259 SBTypeList function_args = in main()
/openbsd/src/gnu/llvm/lldb/docs/
D.htaccess91 Redirect 301 /python_reference/lldb.SBTypeList-class.html https://lldb.llvm.org/python_api/lldb.SBT…