Searched refs:GetCommandLineArguments (Results 1 – 4 of 4) sorted by relevance
53 ExitOnErr(errorCodeToError(windows::GetCommandLineArguments(Args, Alloc))); in InitLLVM()
237 std::error_code GetCommandLineArguments(SmallVectorImpl<const char *> &Args,
239 windows::GetCommandLineArguments(SmallVectorImpl<const char *> &Args,
1191 TEST(CommandLineTest, GetCommandLineArguments) { in TEST() argument