Searched refs:AppendToFile (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/libc/utils/tools/WrapperGen/ |
| H A D | Main.cpp | 42 AppendToFile("append-to-file", variable 88 auto ErrorOrBuf = llvm::MemoryBuffer::getFile(AppendToFile); in writeAppendToFile() 90 llvm::PrintFatalError("Unable to read the file '" + AppendToFile + in writeAppendToFile() 158 if (AppendToFile.empty()) { in generateWrapper() 175 if (!AppendToFile.empty()) in generateAlias()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIO.cpp | 88 void AppendToFile(const std::string &Data, const std::string &Path) { in AppendToFile() function 89 AppendToFile(reinterpret_cast<const uint8_t *>(Data.data()), Data.size(), in AppendToFile() 93 void AppendToFile(const uint8_t *Data, size_t Size, const std::string &Path) { in AppendToFile() function
|
| H A D | FuzzerIO.h | 32 void AppendToFile(const uint8_t *Data, size_t Size, const std::string &Path); 33 void AppendToFile(const std::string &Data, const std::string &Path);
|
| H A D | FuzzerLoop.cpp | 503 AppendToFile(OutputString, MutationGraphFile); in WriteEdgeToMutationGraphFile()
|