Home
last modified time | relevance | path

Searched refs:SearchFilterForUnconstrainedSearches (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp112 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h289 class SearchFilterForUnconstrainedSearches : public SearchFilter {
291 SearchFilterForUnconstrainedSearches(const lldb::TargetSP &target_sp) in SearchFilterForUnconstrainedSearches() function
294 ~SearchFilterForUnconstrainedSearches() override = default;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp838 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()
H A DCommandCompletions.cpp330 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in SourceFiles()
543 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in Modules()
575 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in Symbols()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp476 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()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp160 std::make_shared<SearchFilterForUnconstrainedSearches>(target_sp); in CreateFromStructuredData()