Home
last modified time | relevance | path

Searched refs:GetVectorElementType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i520 ") GetVectorElementType;
522 GetVectorElementType ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h152 lldb::SBType GetVectorElementType();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp229 SBType SBType::GetVectorElementType() { in GetVectorElementType() function in SBType
230 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetVectorElementType); in GetVectorElementType()
951 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetVectorElementType, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp59064 result = (arg1)->GetVectorElementType(); in _wrap_SBType_GetVectorElementType()