Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h321 const std::string &getCCCGenericGCCName() const { return CCCGenericGCCName; } in getCCCGenericGCCName() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.cpp165 const std::string &customGCCName = D.getCCCGenericGCCName(); in ConstructJob()