Searched refs:writeOutput (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Rewrite/ |
| H A D | RewriteBufferTest.cpp | 17 #define EXPECT_OUTPUT(Buf, Output) EXPECT_EQ(Output, writeOutput(Buf)) 19 static std::string writeOutput(const RewriteBuffer &Buf) { in writeOutput() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/ |
| H A D | llvm-reduce.cpp | 103 void writeOutput(ReducerWorkItem &M, StringRef Message) { in writeOutput() function 190 writeOutput(Tester.getProgram(), "\nDone reducing! Reduced testcase: "); in main()
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/ |
| H A D | Delta.cpp | 62 void writeOutput(ReducerWorkItem &M, llvm::StringRef Message); 385 writeOutput(*ReducedProgram, "Saved new best reduction to "); in runDeltaPass()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 761 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput() function 782 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnIHex() 800 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnRawBinary() 820 if (Error E = writeOutput(Config, **Obj, Out, OutputElfType)) in executeObjcopyOnBinary()
|