Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i502 ") GetArrayType;
504 GetArrayType (uint64_t size);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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()
950 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetArrayType, (uint64_t)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h150 lldb::SBType GetArrayType(uint64_t size);
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp334 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 DTypeSystem.cpp73 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 DCompilerType.h187 CompilerType GetArrayType(uint64_t size) const;
H A DTypeSystem.h225 virtual CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp247 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h670 CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4222 CompilerType TypeSystemClang::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystemClang
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp59037 result = (arg1)->GetArrayType(arg2); in _wrap_SBType_GetArrayType()