Home
last modified time | relevance | path

Searched refs:saveBuffer (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp79 saveBuffer(buffer, path); in saveOrHardlinkBuffer()
260 saveBuffer(buf[0], outputFilePath(0)); in compile()
287 saveBuffer(objBuf, in compile()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp356 saveBuffer(buf[0].second, ctx.arg.ltoObjPath); in compile()
370 saveBuffer(buf[0].second, ctx.arg.ltoObjPath); in compile()
372 saveBuffer(buf[i].second, ctx.arg.ltoObjPath + Twine(i)); in compile()
418 saveBuffer(buf[i].second, ltoObjName); in compile()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DStrings.h25 void saveBuffer(llvm::StringRef buffer, const llvm::Twine &path);
/freebsd/contrib/llvm-project/lld/Common/
H A DStrings.cpp75 void lld::saveBuffer(StringRef buffer, const Twine &path) { in saveBuffer() function in lld
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp217 saveBuffer(buf[0].second, ctx.config.ltoObjPath); in compile()
263 saveBuffer(buf[i].second, ltoObjName); in compile()