Home
last modified time | relevance | path

Searched refs:GetCommandLineArguments (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DInitLLVM.cpp53 ExitOnErr(errorCodeToError(windows::GetCommandLineArguments(Args, Alloc))); in InitLLVM()
/llvm-project-15.0.7/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h237 std::error_code GetCommandLineArguments(SmallVectorImpl<const char *> &Args,
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DProcess.inc239 windows::GetCommandLineArguments(SmallVectorImpl<const char *> &Args,
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp1191 TEST(CommandLineTest, GetCommandLineArguments) { in TEST() argument