Searched refs:SearchFilterForUnconstrainedSearches (Results 1 – 6 of 6) sorted by relevance
112 result_sp = SearchFilterForUnconstrainedSearches::CreateFromStructuredData( in CreateFromStructuredData() 352 // SearchFilterForUnconstrainedSearches:355 SearchFilterSP SearchFilterForUnconstrainedSearches::CreateFromStructuredData( in CreateFromStructuredData() 360 return std::make_shared<SearchFilterForUnconstrainedSearches>(target_sp); in CreateFromStructuredData() 364 SearchFilterForUnconstrainedSearches::SerializeToStructuredData() { in SerializeToStructuredData() 370 bool SearchFilterForUnconstrainedSearches::ModulePasses( in ModulePasses() 375 bool SearchFilterForUnconstrainedSearches::ModulePasses( in ModulePasses() 384 SearchFilterSP SearchFilterForUnconstrainedSearches::DoCreateCopy() { in DoCreateCopy() 385 return std::make_shared<SearchFilterForUnconstrainedSearches>(*this); in DoCreateCopy()
289 class SearchFilterForUnconstrainedSearches : public SearchFilter {291 SearchFilterForUnconstrainedSearches(const lldb::TargetSP &target_sp) in SearchFilterForUnconstrainedSearches() function294 ~SearchFilterForUnconstrainedSearches() override = default;
838 SearchFilterForUnconstrainedSearches target_search_filter( in DisplayFunctionSource()1034 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()1090 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()1172 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()
330 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in SourceFiles()543 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in Modules()575 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in Symbols()
476 new SearchFilterForUnconstrainedSearches(shared_from_this())); in CreateBreakpoint()487 new SearchFilterForUnconstrainedSearches(shared_from_this())); in CreateAddressInModuleBreakpoint()584 std::make_shared<SearchFilterForUnconstrainedSearches>( in GetSearchFilterForModule()602 std::make_shared<SearchFilterForUnconstrainedSearches>( in GetSearchFilterForModuleList()684 filter_sp = std::make_shared<SearchFilterForUnconstrainedSearches>( in CreateScriptedBreakpoint()
160 std::make_shared<SearchFilterForUnconstrainedSearches>(target_sp); in CreateFromStructuredData()