Home | History | Annotate | Download | only in MC

Lines Matching refs:Options

380   const std::vector<std::string> &Options, bool is64Bit)
383 for (unsigned i = 0, e = Options.size(); i != e; ++i)
384 Size += Options[i].size() + 1;
389 const std::vector<std::string> &Options)
391 unsigned Size = ComputeLinkerOptionsLoadCommandSize(Options, is64Bit());
397 Write32(Options.size());
399 for (unsigned i = 0, e = Options.size(); i != e; ++i) {
401 const std::string &Option = Options[i];
844 // Write the linker options load commands.