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

/openbsd-current/gnu/llvm/llvm/tools/llvm-reduce/
H A DTestRunner.h50 void writeOutput(StringRef Message);
H A DTestRunner.cpp62 void TestRunner::writeOutput(StringRef Message) { function in class:TestRunner
72 Program->writeOutput(Out, EmitBitcode);
H A DReducerWorkItem.h54 void writeOutput(raw_ostream &OS, bool EmitBitcode) const;
H A Dllvm-reduce.cpp214 Tester.writeOutput("Done reducing! Reduced testcase: ");
H A DReducerWorkItem.cpp452 writeOutput(Out.os(), UseBitcode);
686 void ReducerWorkItem::writeOutput(raw_ostream &OS, bool EmitBitcode) const { function in class:ReducerWorkItem
/openbsd-current/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp760 static Error writeOutput(const CommonConfig &Config, Object &Obj,
781 return writeOutput(Config, **Obj, Out, OutputElfType);
799 return writeOutput(Config, **Obj, Out, OutputElfType);
819 if (Error E = writeOutput(Config, **Obj, Out, OutputElfType))
/openbsd-current/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp340 Test.writeOutput(" **** SUCCESS | Saved new best reduction to ");

Completed in 184 milliseconds