Searched defs:CompilerConfig (Results 1 – 5 of 5) sorted by relevance
177 struct CompilerConfig { struct178 CompilerConfig() { in CompilerConfig() function197 std::string cxx = "cl";198 const std::string openmp_flags = "/openmp";200 std::string cxx = "clang++";201 const std::string openmp_flags = "-fopenmp";203 std::string cxx = "g++";204 const std::string openmp_flags = "-fopenmp";209 bool openmp = true;211 bool openmp = false;
52 CompilerConfig::CompilerConfig(const std::string &pTriple) in CompilerConfig() function in CompilerConfig
35 class CompilerConfig; variable
33 class CompilerConfig; variable
32 class CompilerConfig; variable