Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h40 std::vector<std::string> ccArgs; // CC-specific arguments. variable
45 ccArgs = *CCArgs; in CC()
H A DToolRunner.cpp636 for (std::vector<std::string>::const_iterator I = ccArgs.begin(), in ExecuteProgram()
637 E = ccArgs.end(); in ExecuteProgram()
784 for (std::vector<std::string>::const_iterator I = ccArgs.begin(), in MakeSharedObject()
785 E = ccArgs.end(); in MakeSharedObject()