Searched refs:SearchFilterForUnconstrainedSearches (Results 1 – 6 of 6) sorted by relevance
115 result_sp = SearchFilterForUnconstrainedSearches::CreateFromStructuredData( in CreateFromStructuredData()359 SearchFilterSP SearchFilterForUnconstrainedSearches::CreateFromStructuredData( in CreateFromStructuredData()364 return std::make_shared<SearchFilterForUnconstrainedSearches>(target_sp); in CreateFromStructuredData()368 SearchFilterForUnconstrainedSearches::SerializeToStructuredData() { in SerializeToStructuredData()374 bool SearchFilterForUnconstrainedSearches::ModulePasses( in ModulePasses()379 bool SearchFilterForUnconstrainedSearches::ModulePasses( in ModulePasses()388 SearchFilterSP SearchFilterForUnconstrainedSearches::DoCreateCopy() { in DoCreateCopy()389 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;
830 SearchFilterForUnconstrainedSearches target_search_filter( in DisplayFunctionSource()1025 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()1091 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()1182 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()
338 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in SourceFiles()552 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in Modules()584 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in Symbols()
561 new SearchFilterForUnconstrainedSearches(shared_from_this())); in CreateBreakpoint()572 new SearchFilterForUnconstrainedSearches(shared_from_this())); in CreateAddressInModuleBreakpoint()669 std::make_shared<SearchFilterForUnconstrainedSearches>( in GetSearchFilterForModule()687 std::make_shared<SearchFilterForUnconstrainedSearches>( in GetSearchFilterForModuleList()769 filter_sp = std::make_shared<SearchFilterForUnconstrainedSearches>( in CreateScriptedBreakpoint()
163 std::make_shared<SearchFilterForUnconstrainedSearches>(target_sp); in CreateFromStructuredData()