Lines Matching full:loadcommands
216 for (LoadCommand &LC : Obj.LoadCommands) {
235 for (LoadCommand &LC : Obj.LoadCommands) {
272 Obj.LoadCommands.push_back(buildRPathLoadCommand(RPath));
282 Obj.LoadCommands.insert(Obj.LoadCommands.begin(),
310 for (LoadCommand &LC : Obj.LoadCommands)
339 for (LoadCommand &LC : Obj.LoadCommands) {
364 llvm::find_if(O.LoadCommands, [SegName](const LoadCommand &LC) {
367 if (FoundSeg == O.LoadCommands.end())
443 for (LoadCommand &LC : Obj.LoadCommands)