Home
last modified time | relevance | path

Searched refs:outputFilePath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp243 auto outputFilePath = [objPathIsDir](int i) { in compile()
260 saveBuffer(buf[0], outputFilePath(0)); in compile()
290 auto filePath = outputFilePath(i); in compile()
254 auto outputFilePath = [objPathIsDir](int i) { compile() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp584 StringRef outputFilePath; in doExtract() local
587 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()