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 180 /// getBlockInfo - If there is block info for the specified ID, return it,
182 BlockInfo *getBlockInfo(unsigned BlockID) {
217 if (BlockInfo *Info = getBlockInfo(BlockID)) {
505 if (BlockInfo *BI = getBlockInfo(BlockID))
BitstreamReader.h 96 /// getBlockInfo - If there is block info for the specified ID, return it,
98 const BlockInfo *getBlockInfo(unsigned BlockID) const {
111 if (const BlockInfo *BI = getBlockInfo(BlockID))
397 BitStream->getBlockInfo(BlockID)) {

Completed in 25 milliseconds