Searched refs:NewInputs (Results 1 – 2 of 2) sorted by relevance
38 InputInfoList NewInputs; in ConstructJob() local39 NewInputs.push_back(NaClMacros); in ConstructJob()40 NewInputs.append(Inputs.begin(), Inputs.end()); in ConstructJob()41 gnutools::Assembler::ConstructJob(C, JA, Output, NewInputs, Args, in ConstructJob()
5080 ActionList NewInputs; in combineWithPreprocessor() local5084 NewInputs.push_back(A); in combineWithPreprocessor()5092 NewInputs.append(PJ->input_begin(), PJ->input_end()); in combineWithPreprocessor()5094 Inputs = NewInputs; in combineWithPreprocessor()