Searched refs:GetArrayType (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/lldb/examples/summaries/ |
D | synth.py | 48 lldb.eBasicTypeChar).GetArrayType(
|
/external/llvm-project/lldb/source/API/ |
D | SBType.cpp | 220 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/ |
D | SBType.h | 148 lldb::SBType GetArrayType(uint64_t size);
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | CompilerType.h | 182 CompilerType GetArrayType(uint64_t size) const;
|
D | TypeSystem.h | 223 virtual CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
|
/external/llvm-project/lldb/source/Symbol/ |
D | CompilerType.cpp | 328 CompilerType CompilerType::GetArrayType(uint64_t size) const { in GetArrayType() function in CompilerType 330 return m_type_system->GetArrayType(m_type, size); in GetArrayType()
|
D | TypeSystem.cpp | 73 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystem
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBType.i | 248 GetArrayType (uint64_t size);
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | FormatManager.cpp | 247 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.h | 679 CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
|
D | TypeSystemClang.cpp | 4139 CompilerType TypeSystemClang::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystemClang
|