Searched defs:RPath (Results 1 – 6 of 6) sorted by relevance
32 void addFileMapping(llvm::StringRef VPath, llvm::StringRef RPath) override {} in addFileMapping()
162 StringRef RPath = getPayloadString(LC); in processLoadCommands() local176 for (StringRef RPath : MachOConfig.RPathsToRemove) { in processLoadCommands() local214 StringRef RPath = getPayloadString(LC); in processLoadCommands() local236 for (StringRef RPath : MachOConfig.RPathToAdd) { in processLoadCommands() local245 for (StringRef RPath : MachOConfig.RPathToPrepend) { in processLoadCommands() local
152 virtual void addFileMapping(StringRef VPath, StringRef RPath) { in addFileMapping()
1055 StringRef RPath = Arg->getValue(); in parseInstallNameToolOptions() local1076 auto Match = [=](StringRef RPath) { return RPath == Old || RPath == New; }; in parseInstallNameToolOptions()
628 std::string RPath; member
2651 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()2691 StringRef RPath = Entry.RPath; in write() local2725 StringRef RPath = Entry.RPath; in write() local