Searched refs:PartFilename (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp367 std::string PartFilename = OutputFilename; local
369 PartFilename += "." + utostr(I);
371 OSs.emplace_back(PartFilename, EC, sys::fs::F_None);
373 errs() << argv[0] << ": error opening the file '" << PartFilename

Completed in 48 milliseconds