Home
last modified time | relevance | path

Searched refs:hasBlockInfoRecords (Results 1 – 2 of 2) 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/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp323 if (getBitStreamReader()->hasBlockInfoRecords()) in ReadBlockInfoBlock()