Home | History | Annotate | Download | only in MC

Lines Matching full:linkeroptions

746   const std::vector<std::vector<std::string> > &LinkerOptions =
748 for (unsigned i = 0, e = LinkerOptions.size(); i != e; ++i) {
750 LoadCommandsSize += ComputeLinkerOptionsLoadCommandSize(LinkerOptions[i],
845 for (unsigned i = 0, e = LinkerOptions.size(); i != e; ++i) {
846 WriteLinkerOptionsLoadCommand(LinkerOptions[i]);