Home
last modified time | relevance | path

Searched refs:AppendToFile (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libc/utils/tools/WrapperGen/
H A DMain.cpp42 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 DFuzzerIO.cpp88 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 DFuzzerIO.h32 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 DFuzzerLoop.cpp503 AppendToFile(OutputString, MutationGraphFile); in WriteEdgeToMutationGraphFile()