Searched refs:RPaths (Results 1 – 9 of 9) sorted by relevance
213 DenseSet<StringRef> RPaths; in processLoadCommands() local218 RPaths.insert(getPayloadString(LC)); in processLoadCommands()225 if (!RPaths.contains(Old)) in processLoadCommands()228 if (RPaths.contains(New)) in processLoadCommands()267 if (RPaths.contains(RPath)) in processLoadCommands()271 RPaths.insert(RPath); in processLoadCommands()276 if (RPaths.contains(RPath)) in processLoadCommands()281 RPaths.insert(RPath); in processLoadCommands()
61 if (is_contained(RPaths, Entry)) in addRPath()64 RPaths.emplace_back(Entry); in addRPath()418 if (RPaths != O.RPaths) in operator ==()
663 InOrderAttrToTargets RPaths = std::move(*RPathsOrErr); in parseToInterfaceFile() local701 for (auto &[Path, Targets] : RPaths) in parseToInterfaceFile()1017 Array RPaths = serializeFieldInInsertionOrder(TBDKey::Paths, File->rpaths(), in serializeIF() local1019 insertNonEmptyValues(Library, TBDKey::RPath, std::move(RPaths)); in serializeIF()
312 return RPaths; in rpaths()448 std::vector<std::pair<Target, std::string>> RPaths; variable
151 std::vector<StringRef> RPaths; member
87 std::vector<std::string> RPaths; member
206 BA.RPaths.emplace_back(Slice.copyString(LCI.Ptr + RPLC.path)); in readMachOHeader()
851 for (const StringRef Name : BinInfo.RPaths) in verifyBinaryAttrs()
1780 for (auto &P : Opts.RPaths) in createHeaderBlock()