HomeSort by relevance Sort by last modified time
    Searched refs:hasBlockInfoRecords (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 95 bool hasBlockInfoRecords() const { return !BlockInfoRecords.empty(); }
126 assert(!hasBlockInfoRecords());
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 296 if (BitStream->hasBlockInfoRecords())

Completed in 41 milliseconds