Searched refs:wrapper_bc_size_ (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp65 wrapper_bc_size_(0),
77 wrapper_bc_size_ = GetInFileSize();
289 wrapper_bc_size_ = bc_size;
343 WriteWord(wrapper_bc_size_) &&
361 fprintf(stderr, "Raw bitcode size:\t%d\n", wrapper_bc_size_);
372 BufferCopyInToOut(wrapper_bc_size_)) {
373 off_t dangling = wrapper_bc_size_ & 3;
384 BufferCopyInToOut(wrapper_bc_size_);
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dbitcode_wrapperer.h200 uint32_t wrapper_bc_size_; member in class:BitcodeWrapperer

Completed in 87 milliseconds