| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeDocstrings.i | 96 ") 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 D | SBTypeExtensions.i | 34 STRING_EXTENSION_LEVEL_OUTSIDE(SBType, lldb::eDescriptionLevelBrief) 36 %extend lldb::SBType {
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 34 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 D | SBTypeNameSpecifier.cpp | 37 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 D | SBModule.cpp | 436 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 D | SBTypeEnumMember.cpp | 80 SBType SBTypeEnumMember::GetType() { in GetType() 83 SBType sb_type; in GetType()
|
| H A D | SBWatchpoint.cpp | 289 lldb::SBType SBWatchpoint::GetType() { in GetType() 297 return lldb::SBType(type); in GetType() 299 return lldb::SBType(); in GetType()
|
| H A D | SBFunction.cpp | 192 SBType SBFunction::GetType() { in GetType() 195 SBType sb_type; in GetType()
|
| H A D | SBTarget.cpp | 1400 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 D | SBValue.cpp | 385 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 D | SBType.h | 40 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 D | SBModule.h | 203 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 D | SBValue.h | 125 lldb::SBType type); 128 lldb::SBValue Cast(lldb::SBType type); 138 lldb::SBType type); 143 lldb::SBType type); 302 lldb::SBType GetType();
|
| H A D | SBTypeNameSpecifier.h | 26 SBTypeNameSpecifier(SBType type); 38 SBType GetType();
|
| H A D | SBTypeEnumMember.h | 37 lldb::SBType GetType(); 43 friend class SBType;
|
| H A D | SBTarget.h | 848 lldb::SBType FindFirstType(const char *type); 852 lldb::SBType GetBasicType(lldb::BasicType type); 855 lldb::SBType type); 858 lldb::SBType type);
|
| H A D | SBFunction.h | 51 lldb::SBType GetType();
|
| H A D | SBWatchpoint.h | 80 lldb::SBType GetType();
|
| H A D | SBStream.h | 97 friend class SBType; variable
|
| H A D | SBDefines.h | 114 class LLDB_API SBType; variable
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 64917 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 D | Makefile | 79 SRCS+= API/SBType.cpp
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/ |
| H A D | headers.swig | 69 #include "lldb/API/SBType.h"
|
| H A D | interfaces.swig | 146 %include "lldb/API/SBType.h"
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-swigsafecast.swig | 83 return ToSWIGHelper(new lldb::SBType(type_impl_sp), SWIGTYPE_p_lldb__SBType);
|