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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp1031 ActionList LinkerInputs; local
1089 LinkerInputs.push_back(Current.take());
1111 if (!LinkerInputs.empty())
1112 Actions.push_back(new LinkJobAction(LinkerInputs, types::TY_Image));

Completed in 100 milliseconds