Home
last modified time | relevance | path

Searched refs:NewInputs (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.cpp37 InputInfoList NewInputs; in ConstructJob() local
38 NewInputs.push_back(NaClMacros); in ConstructJob()
39 NewInputs.append(Inputs.begin(), Inputs.end()); in ConstructJob()
40 gnutools::Assembler::ConstructJob(C, JA, Output, NewInputs, Args, in ConstructJob()
/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5334 ActionList NewInputs; in combineWithPreprocessor() local
5338 NewInputs.push_back(A); in combineWithPreprocessor()
5346 NewInputs.append(PJ->input_begin(), PJ->input_end()); in combineWithPreprocessor()
5348 Inputs = NewInputs; in combineWithPreprocessor()