Searched refs:infoFile (Results 1 – 1 of 1) sorted by relevance
38 std::string infoFile = getRemapInfoFile(outputDir); in clear() local39 llvm::sys::fs::remove(infoFile); in clear()52 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local53 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()60 std::string infoFile = filePath; in initFromFile() local61 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()67 llvm::MemoryBuffer::getFile(infoFile); in initFromFile()69 return report("Error opening file: " + infoFile, Diag); in initFromFile()116 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local117 return flushToFile(infoFile, Diag); in flushToDisk()[all …]