Searched refs:wrapper_bc_size_ (Results 1 – 2 of 2) sorted by relevance
66 wrapper_bc_size_(0), in BitcodeWrapperer()78 wrapper_bc_size_ = GetInFileSize(); in BitcodeWrapperer()290 wrapper_bc_size_ = bc_size; in IsInputBitcodeWrapper()344 WriteWord(wrapper_bc_size_) && in WriteBitcodeWrapperHeader()362 fprintf(stderr, "Raw bitcode size:\t%d\n", wrapper_bc_size_); in PrintWrapperHeader()373 BufferCopyInToOut(wrapper_bc_size_)) { in GenerateWrappedBitcodeFile()374 off_t dangling = wrapper_bc_size_ & 3; in GenerateWrappedBitcodeFile()385 BufferCopyInToOut(wrapper_bc_size_); in GenerateRawBitcodeFile()
200 uint32_t wrapper_bc_size_; variable