Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp847 SearchFilterForUnconstrainedSearches target_search_filter( in DisplayFunctionSource()
1078 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()
1134 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()
1218 SearchFilterForUnconstrainedSearches target_search_filter( in DoExecute()
H A DCommandCompletions.cpp310 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in SourceFiles()
519 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in Modules()
551 SearchFilterForUnconstrainedSearches null_searcher(target_sp); in Symbols()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h432 std::make_shared<SearchFilterForUnconstrainedSearches>(target); in InitSearchFilter()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp410 new SearchFilterForUnconstrainedSearches(shared_from_this())); in CreateBreakpoint()
421 new SearchFilterForUnconstrainedSearches(shared_from_this())); in CreateAddressInModuleBreakpoint()
518 std::make_shared<SearchFilterForUnconstrainedSearches>( in GetSearchFilterForModule()
536 std::make_shared<SearchFilterForUnconstrainedSearches>( in GetSearchFilterForModuleList()
618 filter_sp = std::make_shared<SearchFilterForUnconstrainedSearches>( in CreateScriptedBreakpoint()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp167 std::make_shared<SearchFilterForUnconstrainedSearches>(target_sp); in CreateFromStructuredData()