Home
last modified time | relevance | path

Searched refs:second_word (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
Dbitcode_wrapperer.cpp278 uint32_t second_word; in IsInputBitcodeWrapper() local
279 if ((!ReadWord(second_word)) || in IsInputBitcodeWrapper()
280 (kLLVMVersionNumber != second_word)) return false; in IsInputBitcodeWrapper()