Searched refs:GetArrayType (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h148 lldb::SBType GetArrayType(uint64_t size);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h178 CompilerType GetArrayType(uint64_t size) const;
H A DTypeSystem.h216 virtual CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h594 CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp221 SBType SBType::GetArrayType(uint64_t size) { function in class:SBType
222 LLDB_RECORD_METHOD(lldb::SBType, SBType, GetArrayType, (uint64_t), size);
227 new TypeImpl(m_opaque_sp->GetCompilerType(true).GetArrayType(size)))));
922 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetArrayType, (uint64_t));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp336 CompilerType CompilerType::GetArrayType(uint64_t size) const { function in class:CompilerType
338 return m_type_system->GetArrayType(m_type, size);
H A DTypeSystem.cpp77 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.cpp3949 CompilerType ClangASTContext::GetArrayType(lldb::opaque_compiler_type_t type, function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i248 GetArrayType (uint64_t size);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp252 element_type.GetTypedefedType().GetArrayType(array_size);

Completed in 133 milliseconds