Searched refs:ECtx (Results 1 – 4 of 4) sorted by relevance
215 llvm::cl::ExpansionContext ECtx(A, llvm::cl::TokenizeGNUCommandLine); in ExecuteCC1Tool() local216 if (llvm::Error Err = ECtx.expandResponseFiles(ArgV)) { in ExecuteCC1Tool()
320 llvm::cl::ExpansionContext ECtx(Alloc, Tokenizer); in addExpandedResponseFiles() local322 ECtx.setVFS(&FS).setCurrentDir(WorkingDir).expandResponseFiles(Argv); in addExpandedResponseFiles()
1369 ExpansionContext ECtx(Saver.getAllocator(), Tokenize); in expandResponseFiles() local1370 if (Error Err = ECtx.expandResponseFiles(NewArgv)) { in expandResponseFiles()1379 ExpansionContext ECtx(Saver.getAllocator(), Tokenizer); in ExpandResponseFiles() local1380 if (Error Err = ECtx.expandResponseFiles(Argv)) { in ExpandResponseFiles()1510 ExpansionContext ECtx(A, Tokenize); in ParseCommandLineOptions() local1511 if (Error Err = ECtx.expandResponseFiles(newArgv)) { in ParseCommandLineOptions()
7201 llvm::cl::ExpansionContext ECtx(Alloc, Tokenizer); in expandResponseFiles() local7202 ECtx.setMarkEOLs(MarkEOLs); in expandResponseFiles()7204 ECtx.setVFS(FS); in expandResponseFiles()7206 if (llvm::Error Err = ECtx.expandResponseFiles(Args)) in expandResponseFiles()