Searched defs:ParseConstants (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1252 bool BitcodeReader::ParseConstants() { function in class:BitcodeReader
1673 if (ParseConstants() || ResolveGlobalAndAliasInits())
2143 if (ParseConstants()) return true;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1552 bool BitcodeReader::ParseConstants() { function in class:BitcodeReader
1971 if (ParseConstants() || ResolveGlobalAndAliasInits())
2439 if (ParseConstants()) return true;

Completed in 1394 milliseconds