Searched refs:symbol_filter (Results 1 – 1 of 1) sorted by relevance
142 const std::function<bool(const std::string &)> &symbol_filter);296 const std::function<bool(const std::string &)> &symbol_filter) { in LinkDecl() argument308 if (!symbol_filter(element.first)) { in LinkDecl()345 auto symbol_filter = [this](const std::string &linker_set_key) { in LinkFunctions() local348 return LinkDecl(linked_module, module.GetFunctions(), symbol_filter); in LinkFunctions()353 auto symbol_filter = [this](const std::string &linker_set_key) { in LinkGlobalVars() local356 return LinkDecl(linked_module, module.GetGlobalVariables(), symbol_filter); in LinkGlobalVars()