Home
last modified time | relevance | path

Searched refs:RPaths (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp213 DenseSet<StringRef> RPaths; in processLoadCommands() local
218 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()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp61 if (is_contained(RPaths, Entry)) in addRPath()
64 RPaths.emplace_back(Entry); in addRPath()
418 if (RPaths != O.RPaths) in operator ==()
H A DTextStubV5.cpp663 InOrderAttrToTargets RPaths = std::move(*RPathsOrErr); in parseToInterfaceFile() local
701 for (auto &[Path, Targets] : RPaths) in parseToInterfaceFile()
1017 Array RPaths = serializeFieldInInsertionOrder(TBDKey::Paths, File->rpaths(), in serializeIF() local
1019 insertNonEmptyValues(Library, TBDKey::RPath, std::move(RPaths)); in serializeIF()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h312 return RPaths; in rpaths()
448 std::vector<std::pair<Target, std::string>> RPaths; variable
H A DRecordsSlice.h151 std::vector<StringRef> RPaths; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h87 std::vector<std::string> RPaths; member
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp206 BA.RPaths.emplace_back(Slice.copyString(LCI.Ptr + RPLC.path)); in readMachOHeader()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp851 for (const StringRef Name : BinInfo.RPaths) in verifyBinaryAttrs()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1780 for (auto &P : Opts.RPaths) in createHeaderBlock()