Searched refs:GetArrayType (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBType.i | 502 ") GetArrayType; 504 GetArrayType (uint64_t size);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A 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() 950 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetArrayType, (uint64_t)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 150 lldb::SBType GetArrayType(uint64_t size);
|
| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 187 CompilerType GetArrayType(uint64_t size) const;
|
| H A D | TypeSystem.h | 225 virtual CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 247 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 670 CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
|
| H A D | TypeSystemClang.cpp | 4222 CompilerType TypeSystemClang::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystemClang
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 59037 result = (arg1)->GetArrayType(arg2); in _wrap_SBType_GetArrayType()
|