Searched refs:wrapper_bc_size_ (Results 1 – 2 of 2) sorted by relevance
65 wrapper_bc_size_(0), in BitcodeWrapperer()77 wrapper_bc_size_ = GetInFileSize(); in BitcodeWrapperer()289 wrapper_bc_size_ = bc_size; in IsInputBitcodeWrapper()343 WriteWord(wrapper_bc_size_) && in WriteBitcodeWrapperHeader()361 fprintf(stderr, "Raw bitcode size:\t%d\n", wrapper_bc_size_); in PrintWrapperHeader()372 BufferCopyInToOut(wrapper_bc_size_)) { in GenerateWrappedBitcodeFile()373 off_t dangling = wrapper_bc_size_ & 3; in GenerateWrappedBitcodeFile()384 BufferCopyInToOut(wrapper_bc_size_); in GenerateRawBitcodeFile()
200 uint32_t wrapper_bc_size_; variable