Searched refs:SearchFilterForUnconstrainedSearches (Results 1 – 6 of 6) sorted by relevance
112 result_sp = SearchFilterForUnconstrainedSearches::CreateFromStructuredData( in CreateFromStructuredData()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;
834 SearchFilterForUnconstrainedSearches target_search_filter( in DisplayFunctionSource()1030 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()1086 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()1168 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()
315 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in SourceFiles()528 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in Modules()560 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in Symbols()
475 new SearchFilterForUnconstrainedSearches(shared_from_this())); in CreateBreakpoint()486 new SearchFilterForUnconstrainedSearches(shared_from_this())); in CreateAddressInModuleBreakpoint()583 std::make_shared<SearchFilterForUnconstrainedSearches>( in GetSearchFilterForModule()601 std::make_shared<SearchFilterForUnconstrainedSearches>( in GetSearchFilterForModuleList()683 filter_sp = std::make_shared<SearchFilterForUnconstrainedSearches>( in CreateScriptedBreakpoint()
163 std::make_shared<SearchFilterForUnconstrainedSearches>(target_sp); in CreateFromStructuredData()