Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DDriver.cpp95 static std::unordered_map<CompilationType, std::vector<std::string>> cc1_flags; variable
177 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() local
246 if (!CompilerInvocation::CreateFromArgs(*invocation.get(), cc1_flags, *diags)) { in compileHeader()