HomeSort by relevance Sort by last modified time
    Searched refs:WrapperOutput (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
wrapper_output.h 32 class WrapperOutput {
34 WrapperOutput() {}
35 virtual ~WrapperOutput() {}
42 DISALLOW_CLASS_COPY_AND_ASSIGN(WrapperOutput);
file_wrapper_output.h 28 class FileWrapperOutput : public WrapperOutput {
bitcode_wrapperer.h 53 BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile);
160 void ReplaceOutFile(WrapperOutput* new_outfile);
177 WrapperOutput* outfile_;
  /frameworks/compile/libbcc/bcinfo/Wrap/
wrapper_output.cpp 19 bool WrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) {
bitcode_wrapperer.cpp 58 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile)

Completed in 84 milliseconds