Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DLTO.cpp80 saveBuffer(buffer, path); in saveOrHardlinkBuffer()
260 saveBuffer(buf[0], outputFilePath(0)); in compile()
287 saveBuffer(objBuf, in compile()
/src/contrib/llvm-project/lld/ELF/
H A DLTO.cpp350 saveBuffer(buf[0].second, config->ltoObjPath); in compile()
364 saveBuffer(buf[0].second, config->ltoObjPath); in compile()
366 saveBuffer(buf[i].second, config->ltoObjPath + Twine(i)); in compile()
412 saveBuffer(buf[i].second, ltoObjName); in compile()
/src/contrib/llvm-project/lld/include/lld/Common/
H A DStrings.h25 void saveBuffer(llvm::StringRef buffer, const llvm::Twine &path);
/src/contrib/llvm-project/lld/Common/
H A DStrings.cpp72 void lld::saveBuffer(StringRef buffer, const Twine &path) { in saveBuffer() function in lld
/src/contrib/llvm-project/lld/COFF/
H A DLTO.cpp212 saveBuffer(buf[0].second, ctx.config.ltoObjPath); in compile()
258 saveBuffer(buf[i].second, ltoObjName); in compile()