HomeSort by relevance Sort by last modified time
    Searched refs:BlockIDWidth (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Bitcode/
BitCodes.h 29 BlockIDWidth = 8, // We use VBR-8 for block IDs.
BitstreamReader.h 470 return ReadVBR(bitc::BlockIDWidth);
BitstreamWriter.h 214 EmitVBR(BlockID, bitc::BlockIDWidth);

Completed in 51 milliseconds