Searched refs:outputFilePath (Results 1 – 2 of 2) sorted by relevance
243 auto outputFilePath = [objPathIsDir](int i) { in compile() local260 saveBuffer(buf[0], outputFilePath(0)); in compile()290 auto filePath = outputFilePath(i); in compile()
584 StringRef outputFilePath; in doExtract() local587 outputFilePath = sys::path::filename(Name); in doExtract()590 outputFilePath = path.str(); in doExtract()594 outs() << "x - " << outputFilePath << '\n'; in doExtract()597 failIfError(sys::fs::openFileForWrite(outputFilePath, FD, in doExtract()