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

/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h135 /// SubBlock - This is the start of a new subblock of a specific ID.
142 SubBlock, enumerator in enum:llvm::BitstreamEntry::__anon9224
155 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
315 if (Entry.Kind != BitstreamEntry::SubBlock)

Completed in 52 milliseconds