Searched refs:WrapperOutput (Results 1 – 5 of 5) sorted by relevance
32 class WrapperOutput {34 WrapperOutput() {} in WrapperOutput() function35 virtual ~WrapperOutput() {} in ~WrapperOutput()42 DISALLOW_CLASS_COPY_AND_ASSIGN(WrapperOutput);
53 BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile);160 void ReplaceOutFile(WrapperOutput* new_outfile);177 WrapperOutput* outfile_;
28 class FileWrapperOutput : public WrapperOutput {
19 bool WrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) { in Write()
58 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile) in BitcodeWrapperer()