Searched refs:infoFile (Results 1 – 1 of 1) sorted by relevance
37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local38 llvm::sys::fs::remove(infoFile); in clear()51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()59 std::string infoFile = std::string(filePath); in initFromFile() local60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()66 llvm::MemoryBuffer::getFile(infoFile, /*IsText=*/true); in initFromFile()68 return report("Error opening file: " + infoFile, Diag); in initFromFile()115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local116 return flushToFile(infoFile, Diag); in flushToDisk()[all …]