Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.h216 InvalidMultipleBlocks, // We found multiple blocks of a kind that should enumerator
HDBitcodeReader.cpp459 return Error(InvalidMultipleBlocks); in ParseAttributeBlock()
607 return Error(InvalidMultipleBlocks); in ParseAttributeGroupBlock()
693 return Error(InvalidMultipleBlocks); in ParseTypeTableBody()
1973 return Error(InvalidMultipleBlocks); in ParseBitcodeInto()
3252 case BitcodeReader::InvalidMultipleBlocks: in message()