Home
last modified time | relevance | path

Searched refs:GetVirtualBaseClassAtIndex (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBType.i654 ") GetVirtualBaseClassAtIndex;
656 GetVirtualBaseClassAtIndex (uint32_t idx);
930 vbases.append(self.GetVirtualBaseClassAtIndex(idx))
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h177 lldb::SBTypeMember GetVirtualBaseClassAtIndex(uint32_t idx);
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp426 SBTypeMember SBType::GetVirtualBaseClassAtIndex(uint32_t idx) { in GetVirtualBaseClassAtIndex() function in SBType
433 m_opaque_sp->GetCompilerType(true).GetVirtualBaseClassAtIndex( in GetVirtualBaseClassAtIndex()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp575 CompilerType::GetVirtualBaseClassAtIndex(size_t idx, in GetVirtualBaseClassAtIndex() function in CompilerType
578 return m_type_system->GetVirtualBaseClassAtIndex(m_type, idx, in GetVirtualBaseClassAtIndex()
H A DVariable.cpp495 compiler_type.GetVirtualBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h308 CompilerType GetVirtualBaseClassAtIndex(size_t idx,
H A DTypeSystem.h320 GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
/llvm-project-15.0.7/lldb/examples/darwin/heap_find/
H A Dheap.py217 member = value_type.GetVirtualBaseClassAtIndex(field_idx)
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h781 CompilerType GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp5964 CompilerType TypeSystemClang::GetVirtualBaseClassAtIndex( in GetVirtualBaseClassAtIndex() function in TypeSystemClang