Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h501 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
520 BlockInfo &Info = getOrCreateBlockInfo(BlockID); in EmitBlockInfoAbbrev()
H A DBitstreamReader.h113 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp313 CurBlockInfo = &BitStream->getOrCreateBlockInfo((unsigned)Record[0]); in ReadBlockInfoBlock()