Searched refs:getCommandLine (Results 1 – 4 of 4) sorted by relevance
247 std::string getCommandLine(int argc, const char* const* argv);
182 std::string commandLine = bcc::getCommandLine(argc, argv); in main()
54 std::string bcc::getCommandLine(int argc, const char* const* argv) { in getCommandLine() function in bcc
439 bcc::getCommandLine(compileArguments.size() - 1, compileArguments.data()); in init()