Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp113 static int PrintSupportedCPUs(std::string TargetStr) { in PrintSupportedCPUs() function
257 if (Clang->getFrontendOpts().PrintSupportedCPUs) in cc1_main()
258 return PrintSupportedCPUs(Clang->getTargetOpts().Triple); in cc1_main()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h300 unsigned PrintSupportedCPUs : 1;
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6146 MarshallingInfoFlag<FrontendOpts<"PrintSupportedCPUs">>;