HomeSort by relevance Sort by last modified time
    Searched defs:getBlockInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 194 /// getBlockInfo - If there is block info for the specified ID, return it,
196 BlockInfo *getBlockInfo(unsigned BlockID) {
231 if (BlockInfo *Info = getBlockInfo(BlockID)) {
518 if (BlockInfo *BI = getBlockInfo(BlockID))
BitstreamReader.h 99 /// getBlockInfo - If there is block info for the specified ID, return it,
101 const BlockInfo *getBlockInfo(unsigned BlockID) const {
114 if (const BlockInfo *BI = getBlockInfo(BlockID))
420 BitStream->getBlockInfo(BlockID)) {

Completed in 164 milliseconds