Home
last modified time | relevance | path

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

12

/external/lldb/source/API/
DSBType.cpp30 SBType::SBType() : in SBType() function in SBType
35 SBType::SBType (const ClangASTType &type) : in SBType() function in SBType
41 SBType::SBType (const lldb::TypeSP &type_sp) : in SBType() function in SBType
46 SBType::SBType (const lldb::TypeImplSP &type_impl_sp) : in SBType() function in SBType
52 SBType::SBType (const SBType &rhs) : in SBType() function in SBType
67 SBType::operator == (SBType &rhs) in operator ==()
77 SBType::operator != (SBType &rhs) in operator !=()
87 SBType::GetSP () in GetSP()
94 SBType::SetSP (const lldb::TypeImplSP &type_impl_sp) in SetSP()
99 SBType &
[all …]
DSBTypeNameSpecifier.cpp35 SBTypeNameSpecifier::SBTypeNameSpecifier (SBType type) : in SBTypeNameSpecifier()
65 SBType
69 return SBType(); in GetType()
72 return SBType(c_type); in GetType()
73 return SBType(); in GetType()
DSBModule.cpp495 lldb::SBType
498 SBType sb_type; in FindFirstType()
506 sb_type = SBType (module_sp->FindFirstType(sc, name, exact_match)); in FindFirstType()
509 …sb_type = SBType (ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), … in FindFirstType()
514 lldb::SBType
519 …return SBType (ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), typ… in GetBasicType()
520 return SBType(); in GetBasicType()
547 retval.Append(SBType(type_sp)); in FindTypes()
552SBType sb_type(ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), nam… in FindTypes()
DSBFunction.cpp202 SBType
205 SBType sb_type; in GetType()
DCMakeLists.txt41 SBType.cpp
DAndroid.mk51 SBType.cpp \
DSBTarget.cpp2107 lldb::SBType
2126 return SBType(type_sp); in FindFirstType()
2148 return SBType(types[0]); in FindFirstType()
2156 … return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_typename)); in FindFirstType()
2158 return SBType(); in FindFirstType()
2161 SBType
2169 return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), type)); in GetBasicType()
2171 return SBType(); in GetBasicType()
2200 sb_type_list.Append(SBType(type_sp)); in FindTypes()
2224 sb_type_list.Append(SBType(type)); in FindTypes()
[all …]
/external/lldb/include/lldb/API/
DSBType.h37 lldb::SBType
57 friend class SBType;
71 class SBType
75 SBType();
77 SBType (const lldb::SBType &rhs);
79 ~SBType ();
99 lldb::SBType
102 lldb::SBType
105 lldb::SBType
108 lldb::SBType
[all …]
DSBValue.h150 CreateChildAtOffset (const char *name, uint32_t offset, lldb::SBType type);
153 Cast (lldb::SBType type);
164 lldb::SBType type);
171 lldb::SBType type);
343 lldb::SBType
DSBTypeNameSpecifier.h26 SBTypeNameSpecifier (SBType type);
38 SBType
DSBModule.h196 lldb::SBType
202 lldb::SBType
DSBFunction.h56 lldb::SBType
DSBDefines.h68 class SBType; variable
DSBStream.h88 friend class SBType; variable
/external/lldb/scripts/Python/interface/
DSBType.i31 lldb::SBType
143 ") SBType;
144 class SBType
147 SBType ();
149 SBType (const lldb::SBType &rhs);
151 ~SBType ();
171 lldb::SBType
174 lldb::SBType
177 lldb::SBType
180 lldb::SBType
[all …]
DSBTypeNameSpecifier.i25 SBTypeNameSpecifier (SBType type);
40 lldb::SBType
DSBValue.i233 CreateChildAtOffset (const char *name, uint32_t offset, lldb::SBType type);
236 SBValue::Cast (lldb::SBType type);
245 CreateValueFromAddress(const char* name, lldb::addr_t address, lldb::SBType type);
250 lldb::SBType type);
252 lldb::SBType
DSBFunction.i80 lldb::SBType
/external/lldb/www/cpp_reference/html/
Dclasslldb_1_1SBType__coll__graph.map1 <map id="lldb::SBType" name="lldb::SBType">
DSBType_8h__incl.map1 <map id="SBType.h" name="SBType.h">
DSBType_8h__dep__incl.map1 <map id="SBType.h" name="SBType.h">
DSBValue_8h__incl.map4 <area shape="rect" id="node18" href="$SBType_8h.html" title="lldb/API/SBType.h" alt="" coords="429,…
/external/lldb/examples/functions/
Dmain.cpp266 SBType function_type = function.GetType(); in main()
267 SBType return_type = function_type.GetFunctionReturnType(); in main()
302SBType function_arg_type = function_args.GetTypeAtIndex(function_arg_idx); in main()
331SBType function_arg_type = function_args.GetTypeAtIndex(function_arg_idx); in main()
/external/lldb/test/python_api/default-constructor/
Dsb_type.py20 lldb.SBType.IsPointerType(None)
/external/lldb/www/python_reference/
Dapi-objects.txt3828 lldb.SBType lldb.SBType-class.html
3829 lldb.SBType.__swig_getmethods__ lldb.SBType-class.html#__swig_getmethods__
3830 lldb.SBType.IsReferenceType lldb.SBType-class.html#IsReferenceType
3831 lldb.SBType.num_template_args lldb.SBType-class.html#num_template_args
3832 lldb.SBType.GetDereferencedType lldb.SBType-class.html#GetDereferencedType
3833 lldb.SBType.num_vbases lldb.SBType-class.html#num_vbases
3834 lldb.SBType.num_fields lldb.SBType-class.html#num_fields
3835 lldb.SBType.template_arg_array lldb.SBType-class.html#template_arg_array
3836 lldb.SBType.get_fields_array lldb.SBType-class.html#get_fields_array
3837 lldb.SBType.__swig_setmethods__ lldb.SBType-class.html#__swig_setmethods__
[all …]

12