Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A 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,
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp701 struct IRExecutionUnit::SearchSpec { struct in IRExecutionUnit
705 SearchSpec(ConstString n, in SearchSpec() function
715 C_specs.push_back(SearchSpec(name)); in CollectCandidateCNames()
721 for (const SearchSpec &C_spec : C_specs) { in CollectCandidateCPlusPlusNames()
745 std::vector<SearchSpec> &fallback_specs, in CollectFallbackNames()
750 for (const SearchSpec &C_spec : C_specs) { in CollectFallbackNames()
784 for (const SearchSpec &spec : specs) { in FindInSymbols()
919 for (const SearchSpec &spec : specs) { in FindInRuntimes()
932 const std::vector<SearchSpec> &specs, in FindInUserDefinedSymbols()
936 for (const SearchSpec &spec : specs) { in FindInUserDefinedSymbols()
[all …]