Searched refs:CompilerCmd (Results 1 – 2 of 2) sorted by relevance
276 CustomCompiler(const std::string &CompilerCmd, in CustomCompiler() argument278 : CompilerCommand(CompilerCmd), CompilerArgs(std::move(CompArgs)) {} in CustomCompiler()
264 const std::string &CompilerCmd, std::vector<std::string> CompArgs) : in CustomCompiler() argument265 CompilerCommand(CompilerCmd), CompilerArgs(CompArgs) {} in CustomCompiler()