Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.h207 InvalidMultipleBlocks, // We found multiple blocks of a kind that should enumerator
DBitcodeReader.cpp753 return Error(InvalidMultipleBlocks); in ParseAttributeBlock()
816 return Error(InvalidMultipleBlocks); in ParseTypeTableBody()
2271 return Error(InvalidMultipleBlocks); in ParseBitcodeInto()
3445 case BitcodeReader::InvalidMultipleBlocks: in message()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.h212 InvalidMultipleBlocks, // We found multiple blocks of a kind that should enumerator
DBitcodeReader.cpp474 return Error(InvalidMultipleBlocks); in ParseAttributeBlock()
536 return Error(InvalidMultipleBlocks); in ParseTypeTableBody()
2000 return Error(InvalidMultipleBlocks); in ParseBitcodeInto()
3110 case BitcodeReader::InvalidMultipleBlocks: in message()