Home
last modified time | relevance | path

Searched refs:getBlockInfo (Results 1 – 7 of 7) 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()
525 if (BlockInfo *BI = getBlockInfo(BlockID)) in getOrCreateBlockInfo()
DBitstreamReader.h100 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo() function
113 if (const BlockInfo *BI = getBlockInfo(BlockID)) in getOrCreateBlockInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamWriter.h182 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo() function
217 if (BlockInfo *Info = getBlockInfo(BlockID)) { in EnterSubblock()
505 if (BlockInfo *BI = getBlockInfo(BlockID)) in getOrCreateBlockInfo()
DBitstreamReader.h98 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo() function
111 if (const BlockInfo *BI = getBlockInfo(BlockID)) in getOrCreateBlockInfo()
397 BitStream->getBlockInfo(BlockID)) {
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp93 StreamFile.getBlockInfo(BlockID)) { in GetBlockName()
135 StreamFile.getBlockInfo(BlockID)) { in GetCodeName()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp35 getBitStreamReader()->getBlockInfo(BlockID)) { in EnterSubBlock()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp98 StreamFile.getBlockInfo(BlockID)) { in GetBlockName()
148 StreamFile.getBlockInfo(BlockID)) { in GetCodeName()