Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h592 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
611 BlockInfo &Info = getOrCreateBlockInfo(BlockID); in EmitBlockInfoAbbrev()
H A DBitstreamReader.h65 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
/openbsd-src/gnu/llvm/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp475 CurBlockInfo = &NewBlockInfo.getOrCreateBlockInfo((unsigned)Record[0]); in ReadBlockInfoBlock()