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