Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DDriver.cpp94 static std::unordered_map<CompilationType, std::vector<std::string>> cc1_flags; variable
165 if (cc1_flags.count(type) > 0) { in generateTargetCC1Flags()
170 cc1_flags.emplace(std::make_pair(type, std::move(result))); in generateTargetCC1Flags()
175 const auto& target_flag_it = cc1_flags.find(type); in getCC1Command()
176 if (target_flag_it == cc1_flags.end()) { in getCC1Command()
196 if (!cc1_flags.empty()) { in initializeTargetCC1FlagCache()
223 if (cc1_flags.empty()) { in initializeTargetCC1FlagCache()
232 std::vector<const char*> cc1_flags = getCC1Command(type, filename); in compileHeader() local
234 if (!CompilerInvocation::CreateFromArgs(*invocation.get(), &cc1_flags.front(), in compileHeader()
235 &cc1_flags.front() + cc1_flags.size(), *diags)) { in compileHeader()