Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h289 std::string CCCGenericGCCName; variable
393 const std::string &getCCCGenericGCCName() const { return CCCGenericGCCName; } in getCCCGenericGCCName()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1301 CCCGenericGCCName = A->getValue(); in BuildCompilation()