Home
last modified time | relevance | path

Searched refs:SBType (Results 1 – 25 of 25) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i96 ") lldb::SBType;
116 ) lldb::SBType::GetByteSize;
129 ) lldb::SBType::IsPointerType;
167 ) lldb::SBType::IsArrayType;
179 ) lldb::SBType::IsVectorType;
190 ) lldb::SBType::IsTypedefType;
361 ) lldb::SBType::GetArrayType;
403 ) lldb::SBType::GetBasicType;
500 ) lldb::SBType::GetModule;
523 ) lldb::SBType::GetName;
[all …]
H A DSBTypeExtensions.i34 STRING_EXTENSION_LEVEL_OUTSIDE(SBType, lldb::eDescriptionLevelBrief)
36 %extend lldb::SBType {
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp34 SBType::SBType(const lldb::TypeSP &type_sp) in SBType() function in SBType
40 SBType::SBType(const SBType &rhs) { in SBType() function in SBType
52 bool SBType::operator==(SBType &rhs) { in operator ==()
64 bool SBType::operator!=(SBType &rhs) { in operator !=()
82 SBType &SBType::operator=(const SBType &rhs) { in operator =()
91 SBType::~SBType() = default;
163 SBType SBType::GetPointerType() { in GetPointerType()
172 SBType SBType::GetPointeeType() { in GetPointeeType()
180 SBType SBType::GetReferenceType() { in GetReferenceType()
188 SBType SBType::GetTypedefedType() { in GetTypedefedType()
[all …]
H A DSBTypeNameSpecifier.cpp37 SBTypeNameSpecifier::SBTypeNameSpecifier(SBType type) { in SBTypeNameSpecifier()
71 SBType SBTypeNameSpecifier::GetType() { in GetType()
75 return SBType(); in GetType()
78 return SBType(c_type); in GetType()
79 return SBType(); in GetType()
H A DSBModule.cpp436 lldb::SBType SBModule::FindFirstType(const char *name_cstr) { in FindFirstType()
447 return SBType(type_sp); in FindFirstType()
457 return SBType(ts->GetBuiltinTypeByName(name)); in FindFirstType()
462 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType()
473 return SBType(ts->GetBasicTypeFromAST(type)); in GetBasicType()
476 return SBType(); in GetBasicType()
499 retval.Append(SBType(compiler_type)); in FindTypes()
503 retval.Append(SBType(type_sp)); in FindTypes()
509 lldb::SBType SBModule::GetTypeByID(lldb::user_id_t uid) { in GetTypeByID()
517 return SBType(type_ptr->shared_from_this()); in GetTypeByID()
[all …]
H A DSBTypeEnumMember.cpp80 SBType SBTypeEnumMember::GetType() { in GetType()
83 SBType sb_type; in GetType()
H A DSBWatchpoint.cpp289 lldb::SBType SBWatchpoint::GetType() { in GetType()
297 return lldb::SBType(type); in GetType()
299 return lldb::SBType(); in GetType()
H A DSBFunction.cpp192 SBType SBFunction::GetType() { in GetType()
195 SBType sb_type; in GetType()
H A DSBTarget.cpp1400 SBType type) { in CreateValueFromAddress()
1813 return SBType(type_sp); in FindFirstType()
1820 return SBType(types.front()); in FindFirstType()
1828 return SBType(type); in FindFirstType()
1831 return SBType(); in FindFirstType()
1834 SBType SBTarget::GetBasicType(lldb::BasicType type) { in GetBasicType()
1841 return SBType(compiler_type); in GetBasicType()
1843 return SBType(); in GetBasicType()
1858 sb_type_list.Append(SBType(type_sp)); in FindTypes()
1867 sb_type_list.Append(SBType(type)); in FindTypes()
[all …]
H A DSBValue.cpp385 SBType SBValue::GetType() { in GetType()
388 SBType sb_type; in GetType()
546 SBType type) { in CreateChildAtOffset()
564 lldb::SBValue SBValue::Cast(SBType type) { in Cast()
608 SBType sb_type) { in CreateValueFromAddress()
627 SBType sb_type) { in CreateValueFromData()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h40 lldb::SBType GetType();
54 friend class SBType;
85 lldb::SBType GetType();
87 lldb::SBType GetReturnType();
99 friend class SBType;
110 class SBType {
112 SBType();
114 SBType(const lldb::SBType &rhs);
116 ~SBType();
144 lldb::SBType GetPointerType();
[all …]
H A DSBModule.h203 lldb::SBType FindFirstType(const char *name);
221 lldb::SBType GetTypeByID(lldb::user_id_t uid);
223 lldb::SBType GetBasicType(lldb::BasicType type);
305 friend class SBType; variable
H A DSBValue.h125 lldb::SBType type);
128 lldb::SBValue Cast(lldb::SBType type);
138 lldb::SBType type);
143 lldb::SBType type);
302 lldb::SBType GetType();
H A DSBTypeNameSpecifier.h26 SBTypeNameSpecifier(SBType type);
38 SBType GetType();
H A DSBTypeEnumMember.h37 lldb::SBType GetType();
43 friend class SBType;
H A DSBTarget.h848 lldb::SBType FindFirstType(const char *type);
852 lldb::SBType GetBasicType(lldb::BasicType type);
855 lldb::SBType type);
858 lldb::SBType type);
H A DSBFunction.h51 lldb::SBType GetType();
H A DSBWatchpoint.h80 lldb::SBType GetType();
H A DSBStream.h97 friend class SBType; variable
H A DSBDefines.h114 class LLDB_API SBType; variable
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp64917 result = (lldb::SBType *)new lldb::SBType((lldb::SBType const &)*arg1); in _wrap_new_SBType__SWIG_1()
64964 lldb::SBType *arg1 = (lldb::SBType *) 0 ; in _wrap_SBType_IsValid()
64988 lldb::SBType *arg1 = (lldb::SBType *) 0 ; in _wrap_SBType_GetByteSize()
65012 lldb::SBType *arg1 = (lldb::SBType *) 0 ; in _wrap_SBType_IsPointerType()
65036 lldb::SBType *arg1 = (lldb::SBType *) 0 ; in _wrap_SBType_IsReferenceType()
65060 lldb::SBType *arg1 = (lldb::SBType *) 0 ; in _wrap_SBType_IsFunctionType()
65084 lldb::SBType *arg1 = (lldb::SBType *) 0 ; in _wrap_SBType_IsPolymorphicClass()
65108 lldb::SBType *arg1 = (lldb::SBType *) 0 ; in _wrap_SBType_IsArrayType()
65132 lldb::SBType *arg1 = (lldb::SBType *) 0 ; in _wrap_SBType_IsVectorType()
65156 lldb::SBType *arg1 = (lldb::SBType *) 0 ; in _wrap_SBType_IsTypedefType()
[all …]
H A DMakefile79 SRCS+= API/SBType.cpp
/freebsd-14.2/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig69 #include "lldb/API/SBType.h"
H A Dinterfaces.swig146 %include "lldb/API/SBType.h"
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig83 return ToSWIGHelper(new lldb::SBType(type_impl_sp), SWIGTYPE_p_lldb__SBType);