Searched refs:NewInputs (Results 1 – 2 of 2) sorted by relevance
37 InputInfoList NewInputs; in ConstructJob() local38 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()
5334 ActionList NewInputs; in combineWithPreprocessor() local5338 NewInputs.push_back(A); in combineWithPreprocessor()5346 NewInputs.append(PJ->input_begin(), PJ->input_end()); in combineWithPreprocessor()5348 Inputs = NewInputs; in combineWithPreprocessor()