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

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i361 ) lldb::SBType::GetArrayType;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp325 {"_retval", int_type.GetArrayType(2)},
327 {"_args", long_long_type.GetArrayType(8)},
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h158 lldb::SBType GetArrayType(uint64_t size);
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp213 SBType SBType::GetArrayType(uint64_t size) { function in class:SBType
219 new TypeImpl(m_opaque_sp->GetCompilerType(true).GetArrayType(size))));
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h297 CompilerType GetArrayType(uint64_t size) const;
H A DTypeSystem.h241 virtual CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp73 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type,
H A DCompilerType.cpp575 CompilerType CompilerType::GetArrayType(uint64_t size) const { function in class:CompilerType
578 return type_system_sp->GetArrayType(m_type, size);
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp243 element_type.GetTypedefedType().GetArrayType(array_size);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h750 CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4222 CompilerType TypeSystemClang::GetArrayType(lldb::opaque_compiler_type_t type, function in class:TypeSystemClang
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 441 milliseconds