Searched refs:GetArrayType (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 931 EXPECT_EQ(bool_.GetArrayType(47), in TEST_F() 932 cv_bool.GetArrayType(47).GetFullyUnqualifiedType()); in TEST_F() 936 bool_.GetArrayType(42).GetArrayType(47), in TEST_F() 937 cv_bool.GetArrayType(42).GetArrayType(47).GetFullyUnqualifiedType()); in TEST_F() 945 bool_.GetPointerType().GetArrayType(47), in TEST_F() 946 cv_bool.GetPointerType().GetArrayType(47).GetFullyUnqualifiedType()); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 322 {"_retval", int_type.GetArrayType(2)}, in GetSiginfoType() 324 {"_args", long_long_type.GetArrayType(8)}, in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/examples/summaries/ |
| H A D | synth.py | 48 lldb.eBasicTypeChar).GetArrayType(
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBType.i | 514 ") GetArrayType; 516 GetArrayType (uint64_t size);
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBType.h | 152 lldb::SBType GetArrayType(uint64_t size);
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBType.cpp | 214 SBType SBType::GetArrayType(uint64_t size) { in GetArrayType() function in SBType 220 new TypeImpl(m_opaque_sp->GetCompilerType(true).GetArrayType(size)))); in GetArrayType()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 334 CompilerType CompilerType::GetArrayType(uint64_t size) const { in GetArrayType() function in CompilerType 336 return m_type_system->GetArrayType(m_type, size); in GetArrayType()
|
| H A D | TypeSystem.cpp | 73 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystem
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 187 CompilerType GetArrayType(uint64_t size) const;
|
| H A D | TypeSystem.h | 224 virtual CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 246 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 662 CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
|
| H A D | TypeSystemClang.cpp | 4248 CompilerType TypeSystemClang::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystemClang
|