Searched refs:writeOutput (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/ |
| H A D | TestRunner.cpp | 62 void TestRunner::writeOutput(StringRef Message) { in writeOutput() function in TestRunner 72 Program->writeOutput(Out, EmitBitcode); in writeOutput()
|
| H A D | TestRunner.h | 50 void writeOutput(StringRef Message);
|
| H A D | ReducerWorkItem.h | 54 void writeOutput(raw_ostream &OS, bool EmitBitcode) const;
|
| H A D | llvm-reduce.cpp | 214 Tester.writeOutput("Done reducing! Reduced testcase: "); in main()
|
| H A D | ReducerWorkItem.cpp | 452 writeOutput(Out.os(), UseBitcode); in isReduced() 686 void ReducerWorkItem::writeOutput(raw_ostream &OS, bool EmitBitcode) const { in writeOutput() function in ReducerWorkItem
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 760 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput() function 781 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnIHex() 799 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnRawBinary() 819 if (Error E = writeOutput(Config, **Obj, Out, OutputElfType)) in executeObjcopyOnBinary()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | Delta.cpp | 340 Test.writeOutput(" **** SUCCESS | Saved new best reduction to "); in runDeltaPass()
|