Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DSearchFilter.cpp112 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()
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSource.cpp841 SearchFilterForUnconstrainedSearches target_search_filter( in DisplayFunctionSource()
1064 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()
1120 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()
1204 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()
H A DCommandCompletions.cpp312 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in SourceFiles()
521 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in Modules()
553 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in Symbols()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h431 std::make_shared<SearchFilterForUnconstrainedSearches>(target); in InitSearchFilter()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp429 new SearchFilterForUnconstrainedSearches(shared_from_this())); in CreateBreakpoint()
440 new SearchFilterForUnconstrainedSearches(shared_from_this())); in CreateAddressInModuleBreakpoint()
537 std::make_shared<SearchFilterForUnconstrainedSearches>( in GetSearchFilterForModule()
555 std::make_shared<SearchFilterForUnconstrainedSearches>( in GetSearchFilterForModuleList()
637 filter_sp = std::make_shared<SearchFilterForUnconstrainedSearches>( in CreateScriptedBreakpoint()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpoint.cpp168 std::make_shared<SearchFilterForUnconstrainedSearches>(target_sp); in CreateFromStructuredData()