Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp5293 const std::string customGCCName = D.getCCCGenericGCCName(); in ConstructJob() local
5295 if (!customGCCName.empty()) in ConstructJob()
5296 GCCName = customGCCName.c_str(); in ConstructJob()