Searched refs:GetArrayType (Results 1 – 14 of 14) sorted by relevance
325 {"_retval", int_type.GetArrayType(2)}, in GetSiginfoType() 327 {"_args", long_long_type.GetArrayType(8)}, in GetSiginfoType()
361 ) lldb::SBType::GetArrayType;
189 lldb::SBType GetArrayType(uint64_t size);
231 SBType SBType::GetArrayType(uint64_t size) { in GetArrayType() function in SBType237 new TypeImpl(m_opaque_sp->GetCompilerType(true).GetArrayType(size)))); in GetArrayType()
73 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystem
596 CompilerType CompilerType::GetArrayType(uint64_t size) const { in GetArrayType() function in CompilerType599 return type_system_sp->GetArrayType(m_type, size); in GetArrayType()
303 CompilerType GetArrayType(uint64_t size) const;
255 virtual CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
54 m_type = clang_uint8_type.GetArrayType(size); in Watchpoint()
247 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
1092 compiler_type = clang_uint8_type.GetArrayType(size); in DoExecute()
761 CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
4266 CompilerType TypeSystemClang::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystemClang
68652 result = (arg1)->GetArrayType(arg2); in _wrap_SBType_GetArrayType()