Searched defs:ExpandResponseFiles (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp498 /// ExpandResponseFiles - Copy the contents of argv into newArgv,
501 static void ExpandResponseFiles(unsigned argc, char** argv, function
549 ExpandResponseFiles(argc, argv, newArgv);
844 // Free the memory allocated by ExpandResponseFiles.
/external/llvm/lib/Support/
H A DCommandLine.cpp900 bool cl::ExpandResponseFiles(StringSaver &Saver, TokenizerCallback Tokenizer, function in class:cl
1017 ExpandResponseFiles(Saver, TokenizeGNUCommandLine, newArgv);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp943 bool cl::ExpandResponseFiles(StringSaver &Saver, TokenizerCallback Tokenizer, function in class:cl
1039 ExpandResponseFiles(Saver, TokenizeGNUCommandLine, newArgv);

Completed in 82 milliseconds