Searched refs:module_pre_softdep_ (Results 1 – 2 of 2) sorted by relevance
138 this->module_pre_softdep_.emplace_back(module, token); in ParseSoftdepCallback()375 for (const auto& [module, softdep] : module_pre_softdep_) { in InsmodWithDeps()476 for (const auto& [it_module, it_softdep] : module_pre_softdep_) { in GetAllDependencies()
63 std::vector<std::pair<std::string, std::string>> module_pre_softdep_; variable