Searched refs:infoFile (Results 1 – 2 of 2) 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() local62 llvm::sys::fs::exists(infoFile, fileExists); in initFromFile()69 llvm::MemoryBuffer::getFile(infoFile.c_str()); in initFromFile()71 return report("Error opening file: " + infoFile, Diag); in initFromFile()118 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local119 return flushToFile(infoFile, Diag); in flushToDisk()[all …]
121 std::string infoFile; member149 cmdLine.infoFile = opts.getOption<opt::InfoLogFile>(); in parseCommandLine()479 if (!cmdLine.infoFile.empty()) in runExecutor()481 writeInfoLog(infoLog, cmdLine.infoFile.c_str()); in runExecutor()482 printf("Info log written to %s\n", cmdLine.infoFile.c_str()); in runExecutor()