Lines Matching refs:LoadCommand
33 using LoadCommandPred = std::function<bool(const LoadCommand &LC)>;
36 static bool isLoadCommandWithPayloadString(const LoadCommand &LC) {
46 static StringRef getPayloadString(const LoadCommand &LC) {
156 static void updateLoadCommandPayloadString(LoadCommand &LC, StringRef S) {
167 static LoadCommand buildRPathLoadCommand(StringRef Path) {
168 LoadCommand LC;
185 &MachOConfig](const LoadCommand &LC) {
216 for (LoadCommand &LC : Obj.LoadCommands) {
235 for (LoadCommand &LC : Obj.LoadCommands) {
293 auto RemovePred = [&MachOConfig](const LoadCommand &LC) {
310 for (LoadCommand &LC : Obj.LoadCommands)
339 for (LoadCommand &LC : Obj.LoadCommands) {
353 LoadCommand &NewSegment =
364 llvm::find_if(O.LoadCommands, [SegName](const LoadCommand &LC) {
443 for (LoadCommand &LC : Obj.LoadCommands)