Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h258 const std::string &NewModulePath, StringRef SummaryPath,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1413 const std::string &NewModulePath, StringRef SummaryPath, in emitFiles() argument
1424 raw_fd_ostream OS(SummaryPath, EC, sys::fs::OpenFlags::OF_None); in emitFiles()
1426 return createFileError("cannot open " + Twine(SummaryPath), EC); in emitFiles()