Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/
H A Dllvm-reduce.cpp89 void writeOutput(Module *M, StringRef Message) { in writeOutput() function
133 writeOutput(Tester.getProgram(), "\nDone reducing! Reduced testcase: "); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp30 void writeOutput(llvm::Module *M, llvm::StringRef Message);
174 writeOutput(ReducedProgram.get(), "Saved new best reduction to "); in runDeltaPass()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp664 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput() function
685 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnIHex()
704 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnRawBinary()
723 if (Error E = writeOutput(Config, **Obj, Out, OutputElfType)) in executeObjcopyOnBinary()