Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DDriver.cpp188 const auto& target_flag_it = cc1_flags.find(type); in getCC1Command() local
189 if (target_flag_it == cc1_flags.end()) { in getCC1Command()
194 for (const std::string& flag : target_flag_it->second) { in getCC1Command()