Searched refs:getBlockInfo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h194 /// getBlockInfo - If there is block info for the specified ID, return it,
196 BlockInfo *getBlockInfo(unsigned BlockID) { function in class:llvm::BitstreamWriter
231 if (BlockInfo *Info = getBlockInfo(BlockID)) {
518 if (BlockInfo *BI = getBlockInfo(BlockID))
H A DBitstreamReader.h99 /// getBlockInfo - If there is block info for the specified ID, return it,
101 const BlockInfo *getBlockInfo(unsigned BlockID) const { function in class:llvm::BitstreamReader
114 if (const BlockInfo *BI = getBlockInfo(BlockID))
420 BitStream->getBlockInfo(BlockID)) {
/external/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp93 StreamFile.getBlockInfo(BlockID)) {
134 StreamFile.getBlockInfo(BlockID)) {

Completed in 309 milliseconds