Home
last modified time | relevance | path

Searched defs:type_sp (Results 1 – 23 of 23) sorted by relevance

/external/lldb/source/DataFormatters/
DDataVisualization.cpp109 DataVisualization::GetSummaryForType (lldb::TypeNameSpecifierImplSP type_sp) in GetSummaryForType()
125 DataVisualization::GetSyntheticChildrenForType (lldb::TypeNameSpecifierImplSP type_sp) in GetSyntheticChildrenForType()
132 DataVisualization::GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp) in GetFilterForType()
139 DataVisualization::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp) in GetSyntheticForType()
DTypeCategory.cpp269 TypeCategoryImpl::GetSummaryForType (lldb::TypeNameSpecifierImplSP type_sp) in GetSummaryForType()
285 TypeCategoryImpl::GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp) in GetFilterForType()
302 TypeCategoryImpl::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp) in GetSyntheticForType()
DFormatManager.cpp167 FormatManager::GetSummaryForType (lldb::TypeNameSpecifierImplSP type_sp) in GetSummaryForType()
193 FormatManager::GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp) in GetFilterForType()
220 FormatManager::GetSyntheticForType (lldb::TypeNameSpecifierImplSP type_sp) in GetSyntheticForType()
248 FormatManager::GetSyntheticChildrenForType (lldb::TypeNameSpecifierImplSP type_sp) in GetSyntheticChildrenForType()
/external/lldb/source/Core/
DValueObjectMemory.cpp40 lldb::TypeSP &type_sp) in Create()
57 lldb::TypeSP &type_sp) : in ValueObjectMemory()
DDebugger.cpp1732 … lldb::TypeNameSpecifierImplSP type_sp(new TypeNameSpecifierImpl(bitfield_name.GetData(),false)); in FormatPromptRecurse() local
DValueObject.cpp3859 ValueObject::CastPointerType (const char *name, TypeSP &type_sp) in CastPointerType()
/external/lldb/source/Symbol/
DTypeList.cpp54 TypeList::Insert (const TypeSP& type_sp) in Insert()
63 TypeList::InsertUnique (const TypeSP& type_sp) in InsertUnique()
DType.cpp367 lldb::TypeSP type_sp; in GetTypedefType() local
878 TypeAndOrName::SetTypeSP (lldb::TypeSP type_sp) in SetTypeSP()
926 TypeImpl::SetType (const lldb::TypeSP &type_sp) in SetType()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DUniqueDWARFASTType.h43 UniqueDWARFASTType (lldb::TypeSP &type_sp, in UniqueDWARFASTType()
DSymbolFileDWARFDebugMap.cpp1180 TypeSP type_sp; in FindDefinitionTypeForDWARFDeclContext() local
1217 TypeSP type_sp; in FindCompleteObjCDefinitionTypeForDIE() local
DSymbolFileDWARF.cpp4486 TypeSP type_sp; in GetTypeForDIE() local
4779 TypeSP type_sp; in FindCompleteObjCDefinitionTypeForDIE() local
4984 TypeSP type_sp; in FindDefinitionTypeForDIE() local
5163 TypeSP type_sp; in FindDefinitionTypeForDWARFDeclContext() local
5614 TypeSP type_sp; in ParseType() local
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp147 lldb::TypeSP type_sp; in GetDynamicTypeAndAddress() local
/external/lldb/include/lldb/Symbol/
DType.h488 lldb::TypeImplSP type_sp; in GetTypeAtIndex() local
/external/lldb/include/lldb/Target/
DObjCLanguageRuntime.h236 SetType (const lldb::TypeSP &type_sp) in SetType()
/external/lldb/source/Target/
DObjCLanguageRuntime.cpp132 TypeSP type_sp (types.GetTypeAtIndex(i)); in LookupInCompleteClassCache() local
/external/lldb/source/API/
DSBValue.cpp473 TypeImplSP type_sp; in GetType() local
671 TypeImplSP type_sp (type.GetSP()); in CreateChildAtOffset() local
697 TypeImplSP type_sp (type.GetSP()); in Cast() local
DSBType.cpp41 SBType::SBType (const lldb::TypeSP &type_sp) : in SBType()
DSBModule.cpp545 TypeSP type_sp (type_list.GetTypeAtIndex(idx)); in FindTypes() local
DSBTarget.cpp2124 TypeSP type_sp (module_sp->FindFirstType(sc, const_typename, exact_match)); in FindFirstType() local
2198 TypeSP type_sp (type_list.GetTypeAtIndex(idx)); in FindTypes() local
/external/lldb/source/Commands/
DCommandObjectMemory.cpp545 TypeSP type_sp (type_list.GetTypeAtIndex(0)); in DoExecute() local
DCommandObjectTarget.cpp1735 TypeSP type_sp (type_list.GetTypeAtIndex(i)); in LookupTypeInModule() local
1788 TypeSP type_sp (type_list.GetTypeAtIndex(0)); in LookupTypeHere() local
/external/lldb/source/Expression/
DClangASTSource.cpp687 lldb::TypeSP type_sp = types.GetTypeAtIndex(0); in FindExternalVisibleDecls() local
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp385 TypeSP type_sp (objc_class_sp->GetType()); in GetDynamicTypeAndAddress() local