Home
last modified time | relevance | path

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

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