Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp337 saveBuffer(buf[0], config->ltoObjPath); in compile()
351 saveBuffer(buf[0], config->ltoObjPath); in compile()
353 saveBuffer(buf[i], config->ltoObjPath + Twine(i)); in compile()
358 saveBuffer(buf[0], config->outputFile + ".lto.o"); in compile()
360 saveBuffer(buf[i], config->outputFile + Twine(i) + ".lto.o"); in compile()
364 saveBuffer(buf[0], config->outputFile); in compile()
366 saveBuffer(buf[i], config->outputFile + Twine(i)); in compile()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DLTO.cpp127 saveBuffer(buf[0], config->outputFile + ".lto.o"); in compile()
129 saveBuffer(buf[i], config->outputFile + Twine(i) + ".lto.o"); in compile()
146 saveBuffer(buf[i], filePath); in compile()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp193 saveBuffer(buf[0], config->ltoObjPath); in compile()
225 saveBuffer(buf[i], ltoObjName); in compile()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/
H A DStrings.h28 void saveBuffer(llvm::StringRef buffer, const llvm::Twine &path);
/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DStrings.cpp84 void lld::saveBuffer(StringRef buffer, const Twine &path) { in saveBuffer() function in lld