Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DGnu.cpp164 const std::string &customGCCName = D.getCCCGenericGCCName(); in ConstructJob() local
166 if (!customGCCName.empty()) in ConstructJob()
167 GCCName = customGCCName.c_str(); in ConstructJob()
/external/clang/lib/Driver/
DTools.cpp6718 const std::string &customGCCName = D.getCCCGenericGCCName(); in ConstructJob() local
6720 if (!customGCCName.empty()) in ConstructJob()
6721 GCCName = customGCCName.c_str(); in ConstructJob()