Searched refs:computeArchiveRelativePath (Results 1 – 4 of 4) sorted by relevance
42 LLVM_ABI Expected<std::string> computeArchiveRelativePath(StringRef From,
762 computeArchiveRelativePath(ArchiveName, *FileNameOrErr); in addChildMember()800 computeArchiveRelativePath(ArchiveName, FileName); in getArchiveMember()859 computeArchiveRelativePath(ArchiveName, Path); in computeInsertAction()
512 computeArchiveRelativePath(OutputPath, Member.MemberName); in libDriverMain()
999 Expected<std::string> computeArchiveRelativePath(StringRef From, StringRef To) { in computeArchiveRelativePath() function