Searched refs:reqs (Results 1 – 2 of 2) sorted by relevance
36 const std::unordered_map<Arch, CompilationRequirements>& reqs);
195 const std::unordered_map<Arch, CompilationRequirements>& reqs) { in initializeTargetCC1FlagCache() argument203 threads.emplace_back([type, &vfs, &reqs]() { in initializeTargetCC1FlagCache()204 const auto& arch_req_it = reqs.find(type.arch); in initializeTargetCC1FlagCache()205 if (arch_req_it == reqs.end()) { in initializeTargetCC1FlagCache()