Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DNaCl.cpp38 InputInfoList NewInputs; in ConstructJob() local
39 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp4391 ActionList NewInputs; in combineWithPreprocessor() local
4395 NewInputs.push_back(A); in combineWithPreprocessor()
4403 NewInputs.append(PJ->input_begin(), PJ->input_end()); in combineWithPreprocessor()
4405 Inputs = NewInputs; in combineWithPreprocessor()