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

/external/clang/lib/Driver/
H A DDriver.cpp1043 ActionList LinkerInputs; local
1090 LinkerInputs.push_back(Current.take());
1112 if (!LinkerInputs.empty())
1113 Actions.push_back(new LinkJobAction(LinkerInputs, types::TY_Image));

Completed in 24 milliseconds