Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h96 bool hasBlockInfoRecords() const { return !BlockInfoRecords.empty(); } in hasBlockInfoRecords() function
127 assert(!hasBlockInfoRecords()); in takeBlockInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h94 bool hasBlockInfoRecords() const { return !BlockInfoRecords.empty(); } in hasBlockInfoRecords() function
579 if (BitStream->hasBlockInfoRecords()) in ReadBlockInfoBlock()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp323 if (getBitStreamReader()->hasBlockInfoRecords()) in ReadBlockInfoBlock()