Home
last modified time | relevance | path

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

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