Home
last modified time | relevance | path

Searched refs:getOrCreateBlockInfo (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h519 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
538 BlockInfo &Info = getOrCreateBlockInfo(BlockID); in EmitBlockInfoAbbrev()
DBitstreamReader.h111 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp337 CurBlockInfo = &BitStream->getOrCreateBlockInfo((unsigned)Record[0]); in ReadBlockInfoBlock()