Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DTestRunner.cpp62 void TestRunner::writeOutput(StringRef Message) { in writeOutput() function in TestRunner
72 Program->writeOutput(Out, EmitBitcode); in writeOutput()
H A DTestRunner.h50 void writeOutput(StringRef Message);
H A DReducerWorkItem.h54 void writeOutput(raw_ostream &OS, bool EmitBitcode) const;
H A Dllvm-reduce.cpp214 Tester.writeOutput("Done reducing! Reduced testcase: "); in main()
H A DReducerWorkItem.cpp452 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 DELFObjcopy.cpp760 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 DDelta.cpp340 Test.writeOutput(" **** SUCCESS | Saved new best reduction to "); in runDeltaPass()