Home
last modified time | relevance | path

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

/aosp12/bionic/tools/versioner/src/
H A DDriver.cpp187 static std::vector<const char*> getCC1Command(CompilationType type, const std::string& filename) { in getCC1Command() function
245 std::vector<const char*> cc1_flags = getCC1Command(type, filename); in compileHeader()