Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:remap

48   infoFile.appendComponent("remap");
61 "initFromDisk should be called before any remap calls");
106 remap(pairs[i].first, pairs[i].second);
161 remap(origFE, newE);
236 void FileRemapper::remap(StringRef filePath, llvm::MemoryBuffer *memBuf) {
237 remap(getOriginalFile(filePath), memBuf);
240 void FileRemapper::remap(StringRef filePath, StringRef newPath) {
243 remap(file, newfile);
246 void FileRemapper::remap(const FileEntry *file, llvm::MemoryBuffer *memBuf) {
253 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) {