Home
last modified time | relevance | path

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

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