Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp159 const std::vector<std::string> &CCArgs,
169 const std::vector<std::string> &CCArgs, in ExecuteProgram() argument
253 const std::vector<std::string> &CCArgs = std::vector<std::string>(), in ExecuteProgram() argument
300 const std::vector<std::string> &CCArgs,
309 const std::vector<std::string> &CCArgs, in ExecuteProgram() argument
490 std::vector<std::string> CCArgs(ArgsForCC); in ExecuteProgram() local
491 llvm::append_range(CCArgs, SharedLibs); in ExecuteProgram()
495 OutputFile, CCArgs, Timeout, MemoryLimit); in ExecuteProgram()
503 const std::vector<std::string> *CCArgs, in createLLC() argument
512 CC *cc = CC::create(Argv0, Message, CCBinary, CCArgs); in createLLC()
[all …]
H A DToolRunner.h42 const std::vector<std::string> *CCArgs) in CC() argument
44 if (CCArgs) in CC()
45 ccArgs = *CCArgs; in CC()
66 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
89 const std::vector<std::string> *CCArgs = nullptr,
138 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
172 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp108 const ArgStringList &CCArgs = Cmd->getArguments(); in createInvocation() local
110 *Opts.CC1Args = {CCArgs.begin(), CCArgs.end()}; in createInvocation()
112 if (!CompilerInvocation::CreateFromArgs(*CI, CCArgs, *Diags, Args[0]) && in createInvocation()