Home
last modified time | relevance | path

Searched refs:computeArchiveRelativePath (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h41 Expected<std::string> computeArchiveRelativePath(StringRef From, StringRef To);
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp761 computeArchiveRelativePath(ArchiveName, *FileNameOrErr); in addChildMember()
799 computeArchiveRelativePath(ArchiveName, FileName); in getArchiveMember()
858 computeArchiveRelativePath(ArchiveName, Path); in computeInsertAction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp475 computeArchiveRelativePath(OutputPath, Member.MemberName); in libDriverMain()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp936 Expected<std::string> computeArchiveRelativePath(StringRef From, StringRef To) { in computeArchiveRelativePath() function