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 196 /// getBlockInfo - If there is block info for the specified ID, return it,
198 BlockInfo *getBlockInfo(unsigned BlockID) {
233 if (BlockInfo *Info = getBlockInfo(BlockID)) {
520 if (BlockInfo *BI = getBlockInfo(BlockID))
BitstreamReader.h 104 /// getBlockInfo - If there is block info for the specified ID, return it,
106 const BlockInfo *getBlockInfo(unsigned BlockID) const {
119 if (const BlockInfo *BI = getBlockInfo(BlockID))

Completed in 544 milliseconds