Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Rewrite/
H A DRewriteBufferTest.cpp17 #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 Dllvm-reduce.cpp103 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 DDelta.cpp62 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 DELFObjcopy.cpp761 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()