Searched refs:LinkerInputs (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DDriver.cpp1041 ActionList LinkerInputs; local
1099 LinkerInputs.push_back(Current.take());
1121 if (!LinkerInputs.empty())
1122 Actions.push_back(new LinkJobAction(LinkerInputs, types::TY_Image));

Completed in 44 milliseconds