Searched refs:OutFilePath (Results 1 – 1 of 1) sorted by relevance
569 llvm::SmallString<128> OutFilePath(OutputDir); in CreateOutputFile() local572 OutFilePath.append({Seperator, Infilename}); in CreateOutputFile()573 llvm::sys::path::replace_extension(OutFilePath, "json"); in CreateOutputFile()577 OS = CI.createOutputFile(/*OutputPath=*/OutFilePath, /*Binary=*/false, in CreateOutputFile()