Home
last modified time | relevance | path

Searched refs:getBlockInfo (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h192 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo() function
227 if (BlockInfo *Info = getBlockInfo(BlockID)) { in EnterSubblock()
520 if (BlockInfo *BI = getBlockInfo(BlockID)) in getOrCreateBlockInfo()
DBitstreamReader.h99 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo() function
112 if (const BlockInfo *BI = getBlockInfo(BlockID)) in getOrCreateBlockInfo()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp97 StreamFile.getBlockInfo(BlockID)) { in GetBlockName()
146 StreamFile.getBlockInfo(BlockID)) { in GetCodeName()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp35 BitStream->getBlockInfo(BlockID)) { in EnterSubBlock()