Searched refs:WrapperInput (Results 1 – 5 of 5) sorted by relevance
30 class WrapperInput {32 WrapperInput() {} in WrapperInput() function33 virtual ~WrapperInput() {} in ~WrapperInput()46 DISALLOW_CLASS_COPY_AND_ASSIGN(WrapperInput);
53 BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile);157 void ReplaceInFile(WrapperInput* new_infile);172 WrapperInput* infile_;
28 class FileWrapperInput : public WrapperInput {
28 class InMemoryWrapperInput : public WrapperInput {
58 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile) in BitcodeWrapperer()