Searched refs:RPaths (Results 1 – 8 of 8) sorted by relevance
194 DenseSet<StringRef> RPaths; in processLoadCommands() local199 RPaths.insert(getPayloadString(LC)); in processLoadCommands()206 if (!RPaths.contains(Old)) in processLoadCommands()209 if (RPaths.contains(New)) in processLoadCommands()248 if (RPaths.contains(RPath)) in processLoadCommands()252 RPaths.insert(RPath); in processLoadCommands()257 if (RPaths.contains(RPath)) in processLoadCommands()262 RPaths.insert(RPath); in processLoadCommands()
62 lower_bound(RPaths, Entry, in addRPath()65 if ((Iter != RPaths.end()) && (*Iter == Entry)) in addRPath()68 RPaths.emplace(Iter, Entry); in addRPath()387 if (RPaths != O.RPaths) in operator ==()
635 AttrToTargets RPaths = std::move(*RPathsOrErr); in parseToInterfaceFile() local673 for (auto &[Path, Targets] : RPaths) in parseToInterfaceFile()966 Array RPaths = serializeField(TBDKey::Paths, File->rpaths(), ActiveTargets); in serializeIF() local967 insertNonEmptyValues(Library, TBDKey::RPath, std::move(RPaths)); in serializeIF()
347 return RPaths; in rpaths()473 std::vector<std::pair<Target, std::string>> RPaths; variable
142 std::vector<StringRef> RPaths; member
67 std::vector<std::string> RPaths; member
205 BA.RPaths.emplace_back(Slice.copyString(LCI.Ptr + RPLC.path)); in readMachOHeader()
1701 for (auto &P : Opts.RPaths) in createHeaderBlock()