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