Searched defs:NextBitCode (Results 1 - 2 of 2) sorted by path

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1443 unsigned NextBitCode = Stream.readRecord(Code, Record); local
1444 if (NextBitCode == METADATA_NAMED_NODE_2_7) {
1446 } else if (NextBitCode != bitc::METADATA_NAMED_NODE) {
1447 assert(!"Invalid Named Metadata record."); (void)NextBitCode;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1752 unsigned NextBitCode = Stream.readRecord(Code, Record); local
1753 assert(NextBitCode == bitc::METADATA_NAMED_NODE); (void)NextBitCode;

Completed in 123 milliseconds