Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp325 {"_retval", int_type.GetArrayType(2)}, in GetSiginfoType()
327 {"_args", long_long_type.GetArrayType(8)}, in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/examples/summaries/
H A Dsynth.py47 lldb.eBasicTypeChar).GetArrayType(
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i514 ") GetArrayType;
516 GetArrayType (uint64_t size);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h153 lldb::SBType GetArrayType(uint64_t size);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp213 SBType SBType::GetArrayType(uint64_t size) { in GetArrayType() function in SBType
219 new TypeImpl(m_opaque_sp->GetCompilerType(true).GetArrayType(size)))); in GetArrayType()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp72 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystem
H A DCompilerType.cpp390 CompilerType CompilerType::GetArrayType(uint64_t size) const { in GetArrayType() function in CompilerType
393 return type_system_sp->GetArrayType(m_type, size); in GetArrayType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h248 CompilerType GetArrayType(uint64_t size) const;
H A DTypeSystem.h236 virtual CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormatManager.cpp243 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h679 CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4297 CompilerType TypeSystemClang::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystemClang