Home
last modified time | relevance | path

Searched refs:GetArrayType (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/examples/summaries/
Dsynth.py48 lldb.eBasicTypeChar).GetArrayType(
/external/llvm-project/lldb/source/API/
DSBType.cpp220 SBType SBType::GetArrayType(uint64_t size) { in GetArrayType() function in SBType
221 LLDB_RECORD_METHOD(lldb::SBType, SBType, GetArrayType, (uint64_t), size); in GetArrayType()
226 new TypeImpl(m_opaque_sp->GetCompilerType(true).GetArrayType(size))))); in GetArrayType()
932 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetArrayType, (uint64_t)); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBType.h148 lldb::SBType GetArrayType(uint64_t size);
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h182 CompilerType GetArrayType(uint64_t size) const;
DTypeSystem.h223 virtual CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp328 CompilerType CompilerType::GetArrayType(uint64_t size) const { in GetArrayType() function in CompilerType
330 return m_type_system->GetArrayType(m_type, size); in GetArrayType()
DTypeSystem.cpp73 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystem
/external/llvm-project/lldb/bindings/interface/
DSBType.i248 GetArrayType (uint64_t size);
/external/llvm-project/lldb/source/DataFormatters/
DFormatManager.cpp247 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h679 CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
DTypeSystemClang.cpp4139 CompilerType TypeSystemClang::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystemClang