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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h36 Expected<std::string> computeArchiveRelativePath(StringRef From, StringRef To);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp370 computeArchiveRelativePath(OutputPath, Member.MemberName);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp668 computeArchiveRelativePath(ArchiveName, *FileNameOrErr);
707 computeArchiveRelativePath(ArchiveName, FileName);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp524 Expected<std::string> computeArchiveRelativePath(StringRef From, StringRef To) { function in namespace:llvm

Completed in 23 milliseconds