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 99 /// hasBlockInfoRecords - Return true if we've already read and processed the
102 bool hasBlockInfoRecords() const { return !BlockInfoRecords.empty(); }
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 305 if (BitStream->hasBlockInfoRecords())

Completed in 89 milliseconds