Searched refs:ReadWord (Results 1 – 2 of 2) sorted by relevance
156 bool BitcodeWrapperer::ReadWord(uint32_t& word) { in ReadWord() function in BitcodeWrapperer193 if (!ReadWord(android_header_version_) || in ParseWrapperHeader()194 !ReadWord(android_target_api_) || !ReadWord(pnacl_bc_version_)) { in ParseWrapperHeader()273 if ((!ReadWord(first_word)) || in IsInputBitcodeWrapper()278 if ((!ReadWord(second_word)) || in IsInputBitcodeWrapper()284 if (ReadWord(bc_offset) && in IsInputBitcodeWrapper()285 ReadWord(bc_size)) { in IsInputBitcodeWrapper()
124 bool ReadWord(uint32_t& word);