Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp701 struct IRExecutionUnit::SearchSpec { struct in IRExecutionUnit
705 SearchSpec(ConstString n, in SearchSpec() function
711 std::vector<IRExecutionUnit::SearchSpec> &C_specs, in CollectCandidateCNames() argument
715 C_specs.push_back(SearchSpec(name)); in CollectCandidateCNames()
719 std::vector<IRExecutionUnit::SearchSpec> &CPP_specs, in CollectCandidateCPlusPlusNames()
720 const std::vector<SearchSpec> &C_specs, const SymbolContext &sc) { in CollectCandidateCPlusPlusNames()
721 for (const SearchSpec &C_spec : C_specs) { in CollectCandidateCPlusPlusNames()
745 std::vector<SearchSpec> &fallback_specs, in CollectFallbackNames()
746 const std::vector<SearchSpec> &C_specs) { in CollectFallbackNames()
750 for (const SearchSpec &C_spec : C_specs) { in CollectFallbackNames()
[all …]