Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamWriter.h518 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
537 BlockInfo &Info = getOrCreateBlockInfo(BlockID); in EmitBlockInfoAbbrev()
DBitstreamReader.h66 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h524 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
543 BlockInfo &Info = getOrCreateBlockInfo(BlockID); in EmitBlockInfoAbbrev()
DBitstreamReader.h112 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamWriter.h601 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
620 BlockInfo &Info = getOrCreateBlockInfo(BlockID); in EmitBlockInfoAbbrev()
DBitstreamReader.h67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp365 &getBitStreamReader()->getOrCreateBlockInfo((unsigned)Record[0]); in ReadBlockInfoBlock()
/external/llvm-project/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp457 CurBlockInfo = &NewBlockInfo.getOrCreateBlockInfo((unsigned)Record[0]); in ReadBlockInfoBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp454 CurBlockInfo = &NewBlockInfo.getOrCreateBlockInfo((unsigned)Record[0]); in ReadBlockInfoBlock()