Searched refs:ReadWord (Results 1 – 2 of 2) sorted by relevance
157 bool BitcodeWrapperer::ReadWord(uint32_t& word) { in ReadWord() function in BitcodeWrapperer194 if (!ReadWord(android_header_version_) || in ParseWrapperHeader()195 !ReadWord(android_target_api_) || !ReadWord(pnacl_bc_version_)) { in ParseWrapperHeader()274 if ((!ReadWord(first_word)) || in IsInputBitcodeWrapper()279 if ((!ReadWord(second_word)) || in IsInputBitcodeWrapper()285 if (ReadWord(bc_offset) && in IsInputBitcodeWrapper()286 ReadWord(bc_size)) { in IsInputBitcodeWrapper()
124 bool ReadWord(uint32_t& word);