Home
last modified time | relevance | path

Searched refs:WrapperOutput (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/libbcc/include/bcinfo/Wrap/
Dwrapper_output.h32 class WrapperOutput {
34 WrapperOutput() {} in WrapperOutput() function
35 virtual ~WrapperOutput() {} in ~WrapperOutput()
42 DISALLOW_CLASS_COPY_AND_ASSIGN(WrapperOutput);
Dbitcode_wrapperer.h53 BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile);
160 void ReplaceOutFile(WrapperOutput* new_outfile);
177 WrapperOutput* outfile_;
Dfile_wrapper_output.h28 class FileWrapperOutput : public WrapperOutput {
/frameworks/compile/libbcc/bcinfo/Wrap/
Dwrapper_output.cpp19 bool WrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) { in Write()
Dbitcode_wrapperer.cpp57 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile) in BitcodeWrapperer()