Searched refs:cc1_flags (Results 1 – 1 of 1) sorted by relevance
95 static std::unordered_map<CompilationType, std::vector<std::string>> cc1_flags; variable177 if (cc1_flags.count(type) > 0) { in generateTargetCC1Flags()182 cc1_flags.emplace(std::make_pair(type, std::move(result))); in generateTargetCC1Flags()187 const auto& target_flag_it = cc1_flags.find(type); in getCC1Command()188 if (target_flag_it == cc1_flags.end()) { in getCC1Command()208 if (!cc1_flags.empty()) { in initializeTargetCC1FlagCache()235 if (cc1_flags.empty()) { in initializeTargetCC1FlagCache()244 std::vector<const char*> cc1_flags = getCC1Command(type, filename); in compileHeader() local246 if (!CompilerInvocation::CreateFromArgs(*invocation.get(), cc1_flags, *diags)) { in compileHeader()