Searched refs:SBType (Results 1 – 19 of 19) sorted by relevance
27 SBType::SBType() : m_opaque_sp() {} in SBType() function in SBType29 SBType::SBType(const CompilerType &type) in SBType() function in SBType39 SBType::SBType(const SBType &rhs) : m_opaque_sp() { in SBType() function in SBType49 bool SBType::operator==(SBType &rhs) { in operator ==()59 bool SBType::operator!=(SBType &rhs) { in operator !=()75 SBType &SBType::operator=(const SBType &rhs) { in operator =()82 SBType::~SBType() {} in ~SBType()138 SBType SBType::GetPointerType() { in GetPointerType()145 SBType SBType::GetPointeeType() { in GetPointeeType()151 SBType SBType::GetReferenceType() { in GetReferenceType()[all …]
29 SBTypeNameSpecifier::SBTypeNameSpecifier(SBType type) : m_opaque_sp() { in SBTypeNameSpecifier()49 SBType SBTypeNameSpecifier::GetType() { in GetType()51 return SBType(); in GetType()54 return SBType(c_type); in GetType()55 return SBType(); in GetType()
407 lldb::SBType SBModule::FindFirstType(const char *name_cstr) { in FindFirstType()408 SBType sb_type; in FindFirstType()421 sb_type = SBType(type_system->GetBuiltinTypeByName(name)); in FindFirstType()427 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType()433 return SBType(type_system->GetBasicTypeFromAST(type)); in GetBasicType()435 return SBType(); in GetBasicType()454 retval.Append(SBType(type_sp)); in FindTypes()462 retval.Append(SBType(compiler_type)); in FindTypes()470 lldb::SBType SBModule::GetTypeByID(lldb::user_id_t uid) { in GetTypeByID()477 return SBType(type_ptr->shared_from_this()); in GetTypeByID()[all …]
64 SBType SBTypeEnumMember::GetType() { in GetType()65 SBType sb_type; in GetType()
191 SBType SBFunction::GetType() { in GetType()192 SBType sb_type; in GetType()
1432 SBType type) { in CreateValueFromAddress()1458 lldb::SBType type) { in CreateValueFromData()1783 lldb::SBType SBTarget::FindFirstType(const char *typename_cstr) { in FindFirstType()1798 return SBType(type_sp); in FindFirstType()1819 return SBType(type); in FindFirstType()1832 return SBType(); in FindFirstType()1835 SBType SBTarget::GetBasicType(lldb::BasicType type) { in GetBasicType()1840 return SBType( in GetBasicType()1843 return SBType(); in GetBasicType()1863 sb_type_list.Append(SBType(type_sp)); in FindTypes()[all …]
482 SBType SBValue::GetType() { in GetType()484 SBType sb_type; in GetType()671 SBType type) { in CreateChildAtOffset()697 lldb::SBValue SBValue::Cast(SBType type) { in Cast()747 SBType sb_type) { in CreateValueFromAddress()774 SBType sb_type) { in CreateValueFromData()
33 lldb::SBType GetType();47 friend class SBType;76 lldb::SBType GetType();78 lldb::SBType GetReturnType();90 friend class SBType;101 class SBType {103 SBType();105 SBType(const lldb::SBType &rhs);107 ~SBType();129 lldb::SBType GetPointerType();[all …]
121 lldb::SBType type);124 lldb::SBValue Cast(lldb::SBType type);134 lldb::SBType type);139 lldb::SBType type);299 lldb::SBType GetType();
216 lldb::SBType FindFirstType(const char *name);236 lldb::SBType GetTypeByID(lldb::user_id_t uid);238 lldb::SBType GetBasicType(lldb::BasicType type);
24 SBTypeNameSpecifier(SBType type);34 SBType GetType();
36 lldb::SBType GetType();42 friend class SBType;
828 lldb::SBType FindFirstType(const char *type);832 lldb::SBType GetBasicType(lldb::BasicType type);835 lldb::SBType type);838 lldb::SBType type);
50 lldb::SBType GetType();
83 friend class SBType; variable
84 class LLDB_API SBType; variable
41 lldb::SBType value_type = value.GetType(); in MI_char_summary_provider()
297 lldb::SBType valueType = vrwValue.GetType(); in CompleteSBValue()
68 SRCS+= API/SBType.cpp