Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i361 ) lldb::SBType::GetArrayType;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h189 lldb::SBType GetArrayType(uint64_t size);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp231 SBType SBType::GetArrayType(uint64_t size) { in GetArrayType() function in SBType
237 new TypeImpl(m_opaque_sp->GetCompilerType(true).GetArrayType(size)))); in GetArrayType()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp73 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystem
H A DCompilerType.cpp596 CompilerType CompilerType::GetArrayType(uint64_t size) const { in GetArrayType() function in CompilerType
599 return type_system_sp->GetArrayType(m_type, size); in GetArrayType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h303 CompilerType GetArrayType(uint64_t size) const;
H A DTypeSystem.h255 virtual CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp54 m_type = clang_uint8_type.GetArrayType(size); in Watchpoint()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp247 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp1092 compiler_type = clang_uint8_type.GetArrayType(size); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h761 CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4266 CompilerType TypeSystemClang::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68652 result = (arg1)->GetArrayType(arg2); in _wrap_SBType_GetArrayType()