Searched defs:GetArrayType (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Symbol/ | ||
H A D | TypeSystem.cpp | 73 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystem |
H A D | CompilerType.cpp | 596 CompilerType CompilerType::GetArrayType(uint64_t size) const { GetArrayType() function in CompilerType |
/llvm-project/lldb/source/API/ | ||
H A D | SBType.cpp | 231 SBType SBType::GetArrayType(uint64_t size) { in GetArrayType() function in SBType |
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.cpp | 4266 CompilerType TypeSystemClang::GetArrayType(lldb::opaque_compiler_type_t type, GetArrayType() function in TypeSystemClang |