Searched refs:saveBuffer (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 79 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 D | LTO.cpp | 356 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 D | Strings.h | 25 void saveBuffer(llvm::StringRef buffer, const llvm::Twine &path);
|
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | Strings.cpp | 75 void lld::saveBuffer(StringRef buffer, const Twine &path) { in saveBuffer() function in lld
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 217 saveBuffer(buf[0].second, ctx.config.ltoObjPath); in compile() 263 saveBuffer(buf[i].second, ltoObjName); in compile()
|