Searched refs:infoFile (Results 1 – 1 of 1) sorted by relevance
38 std::string infoFile = getRemapInfoFile(outputDir); in clear() local40 llvm::sys::fs::remove(infoFile, existed); in clear()47 llvm::sys::Path infoFile = dir; in getRemapInfoFile() local48 infoFile.appendComponent("remap"); in getRemapInfoFile()49 return infoFile.str(); in getRemapInfoFile()54 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local55 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()62 std::string infoFile = filePath; in initFromFile() local64 llvm::sys::fs::exists(infoFile, fileExists); in initFromFile()71 if (llvm::MemoryBuffer::getFile(infoFile.c_str(), fileBuf)) in initFromFile()[all …]