Searched refs:GetArrayType (Results 1 – 12 of 12) sorted by relevance
325 {"_retval", int_type.GetArrayType(2)}, in GetSiginfoType()327 {"_args", long_long_type.GetArrayType(8)}, in GetSiginfoType()
361 ) lldb::SBType::GetArrayType;
158 lldb::SBType GetArrayType(uint64_t size);
213 SBType SBType::GetArrayType(uint64_t size) { in GetArrayType() function in SBType219 new TypeImpl(m_opaque_sp->GetCompilerType(true).GetArrayType(size)))); in GetArrayType()
297 CompilerType GetArrayType(uint64_t size) const;
241 virtual CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
73 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystem
575 CompilerType CompilerType::GetArrayType(uint64_t size) const { in GetArrayType() function in CompilerType578 return type_system_sp->GetArrayType(m_type, size); in GetArrayType()
243 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
750 CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
4222 CompilerType TypeSystemClang::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystemClang
65454 result = (arg1)->GetArrayType(arg2); in _wrap_SBType_GetArrayType()