Home
last modified time | relevance | path

Searched refs:SearchSpec (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h217 struct SearchSpec;
219 void CollectCandidateCNames(std::vector<SearchSpec> &C_specs,
222 void CollectCandidateCPlusPlusNames(std::vector<SearchSpec> &CPP_specs,
223 const std::vector<SearchSpec> &C_specs,
226 void CollectFallbackNames(std::vector<SearchSpec> &fallback_specs,
227 const std::vector<SearchSpec> &C_specs);
229 lldb::addr_t FindInSymbols(const std::vector<SearchSpec> &specs,
233 lldb::addr_t FindInRuntimes(const std::vector<SearchSpec> &specs,
236 lldb::addr_t FindInUserDefinedSymbols(const std::vector<SearchSpec> &specs,
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp689 struct IRExecutionUnit::SearchSpec { struct in IRExecutionUnit
693 SearchSpec(ConstString n, in SearchSpec() function
699 std::vector<IRExecutionUnit::SearchSpec> &C_specs, in CollectCandidateCNames() argument
703 C_specs.push_back(SearchSpec(name)); in CollectCandidateCNames()
707 std::vector<IRExecutionUnit::SearchSpec> &CPP_specs, in CollectCandidateCPlusPlusNames()
708 const std::vector<SearchSpec> &C_specs, const SymbolContext &sc) { in CollectCandidateCPlusPlusNames()
709 for (const SearchSpec &C_spec : C_specs) { in CollectCandidateCPlusPlusNames()
733 std::vector<SearchSpec> &fallback_specs, in CollectFallbackNames()
734 const std::vector<SearchSpec> &C_specs) { in CollectFallbackNames()
738 for (const SearchSpec &C_spec : C_specs) { in CollectFallbackNames()
[all …]
/external/icing/java/tests/instrumentation/src/androidx/appsearch/smoketest/
DAppSearchSmokeTest.java30 import androidx.appsearch.app.SearchSpec;
90 new SearchSpec.Builder() in smokeTestAnnotationProcessor()
91 .setTermMatch(SearchSpec.TERM_MATCH_PREFIX) in smokeTestAnnotationProcessor()