Lines Matching refs:LoadCommand
33 using LoadCommandPred = std::function<bool(const LoadCommand &LC)>;
36 static bool isLoadCommandWithPayloadString(const LoadCommand &LC) { in isLoadCommandWithPayloadString()
46 static StringRef getPayloadString(const LoadCommand &LC) { in getPayloadString()
126 static void updateLoadCommandPayloadString(LoadCommand &LC, StringRef S) { in updateLoadCommandPayloadString()
137 static LoadCommand buildRPathLoadCommand(StringRef Path) { in buildRPathLoadCommand()
138 LoadCommand LC; in buildRPathLoadCommand()
155 &MachOConfig](const LoadCommand &LC) { in processLoadCommands()
186 for (LoadCommand &LC : Obj.LoadCommands) { in processLoadCommands()
205 for (LoadCommand &LC : Obj.LoadCommands) { in processLoadCommands()
263 auto RemovePred = [&MachOConfig](const LoadCommand &LC) { in processLoadCommands()
280 for (LoadCommand &LC : Obj.LoadCommands) in dumpSectionToFile()
309 for (LoadCommand &LC : Obj.LoadCommands) { in addSection()
323 LoadCommand &NewSegment = in addSection()
334 llvm::find_if(O.LoadCommands, [SegName](const LoadCommand &LC) { in findSection()
413 for (LoadCommand &LC : Obj.LoadCommands) in handleArgs()