Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamWriter.h521 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
540 BlockInfo &Info = getOrCreateBlockInfo(BlockID); in EmitBlockInfoAbbrev()
DBitstreamReader.h67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamWriter.h504 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
523 BlockInfo &Info = getOrCreateBlockInfo(BlockID); in EmitBlockInfoAbbrev()
DBitstreamReader.h110 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() function
617 CurBlockInfo = &BitStream->getOrCreateBlockInfo((unsigned)Record[0]); in ReadBlockInfoBlock()
/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/lib/Bitcode/Reader/
DBitstreamReader.cpp365 &getBitStreamReader()->getOrCreateBlockInfo((unsigned)Record[0]); in ReadBlockInfoBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp365 CurBlockInfo = &NewBlockInfo.getOrCreateBlockInfo((unsigned)Record[0]); in ReadBlockInfoBlock()