/external/lldb/source/API/ |
D | SBType.cpp | 30 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 …]
|
D | SBTypeNameSpecifier.cpp | 35 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()
|
D | SBModule.cpp | 495 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() 552 …SBType sb_type(ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), nam… in FindTypes()
|
D | SBFunction.cpp | 202 SBType 205 SBType sb_type; in GetType()
|
D | CMakeLists.txt | 41 SBType.cpp
|
D | Android.mk | 51 SBType.cpp \
|
D | SBTarget.cpp | 2107 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/ |
D | SBType.h | 37 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 …]
|
D | SBValue.h | 150 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
|
D | SBTypeNameSpecifier.h | 26 SBTypeNameSpecifier (SBType type); 38 SBType
|
D | SBModule.h | 196 lldb::SBType 202 lldb::SBType
|
D | SBFunction.h | 56 lldb::SBType
|
D | SBDefines.h | 68 class SBType; variable
|
D | SBStream.h | 88 friend class SBType; variable
|
/external/lldb/scripts/Python/interface/ |
D | SBType.i | 31 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 …]
|
D | SBTypeNameSpecifier.i | 25 SBTypeNameSpecifier (SBType type); 40 lldb::SBType
|
D | SBValue.i | 233 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
|
D | SBFunction.i | 80 lldb::SBType
|
/external/lldb/www/cpp_reference/html/ |
D | classlldb_1_1SBType__coll__graph.map | 1 <map id="lldb::SBType" name="lldb::SBType">
|
D | SBType_8h__incl.map | 1 <map id="SBType.h" name="SBType.h">
|
D | SBType_8h__dep__incl.map | 1 <map id="SBType.h" name="SBType.h">
|
D | SBValue_8h__incl.map | 4 <area shape="rect" id="node18" href="$SBType_8h.html" title="lldb/API/SBType.h" alt="" coords="429,…
|
/external/lldb/examples/functions/ |
D | main.cpp | 266 SBType function_type = function.GetType(); in main() 267 SBType return_type = function_type.GetFunctionReturnType(); in main() 302 … SBType function_arg_type = function_args.GetTypeAtIndex(function_arg_idx); in main() 331 … SBType function_arg_type = function_args.GetTypeAtIndex(function_arg_idx); in main()
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_type.py | 20 lldb.SBType.IsPointerType(None)
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 3828 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 …]
|