Home
last modified time | relevance | path

Searched defs:filter_sp (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeCategory.cpp76 TypeFilterImpl::SharedPointer filter_sp; in Get() local
229 TypeFilterImpl::SharedPointer filter_sp; in AnyMatches() local
HDFormatManager.cpp411 lldb::TypeFilterImplSP filter_sp = GetFilterForType(type_sp); in GetSyntheticChildrenForType() local
832 TypeFilterImplSP filter_sp(new TypeFilterImpl(flags)); in AddFilter() local
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBTypeCategory.cpp172 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(children_sp); in GetFilterForType() local
260 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(children_sp); in GetFilterAtIndex() local
HDSBValue.cpp649 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(synthetic_sp); in GetTypeFilter() local
/trueos/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp252 …SearchFilterSP filter_sp(GetSearchFilterForModuleAndCUList (containingModules, source_file_spec_li… in CreateSourceRegexBreakpoint() local
288 SearchFilterSP filter_sp; in CreateBreakpoint() local
333 SearchFilterSP filter_sp(new SearchFilterForNonModuleSpecificSearches (shared_from_this())); in CreateBreakpoint() local
350 …SearchFilterSP filter_sp(GetSearchFilterForModuleAndCUList (containingModules, containingSourceFil… in CreateBreakpoint() local
378 …SearchFilterSP filter_sp(GetSearchFilterForModuleAndCUList (containingModules, containingSourceFil… in CreateBreakpoint() local
405 …SearchFilterSP filter_sp(GetSearchFilterForModuleAndCUList (containingModules, containingSourceFil… in CreateBreakpoint() local
423 SearchFilterSP filter_sp; in GetSearchFilterForModule() local
442 SearchFilterSP filter_sp; in GetSearchFilterForModuleList() local
465 SearchFilterSP filter_sp; in GetSearchFilterForModuleAndCUList() local
488 …SearchFilterSP filter_sp(GetSearchFilterForModuleAndCUList (containingModules, containingSourceFil… in CreateFuncRegexBreakpoint() local
[all …]
HDLanguageRuntime.cpp270 SearchFilterSP filter_sp(new ExceptionSearchFilter(target.shared_from_this(), language)); in CreateExceptionBreakpoint() local
/trueos/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp405 SearchFilterSP filter_sp (CreateExceptionSearchFilter ()); in CreateExceptionBreakpoint() local
/trueos/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpoint.cpp49 SearchFilterSP &filter_sp, in Breakpoint()