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

/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h134 /// SubBlock - This is the start of a new subblock of a specific ID.
141 SubBlock, enumerator in enum:llvm::BitstreamEntry::__anon25479
154 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
314 if (Entry.Kind != BitstreamEntry::SubBlock)

Completed in 82 milliseconds