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

  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 351 if (BitStream->isIgnoringBlockInfoNames()) break; // Ignore name.
360 if (BitStream->isIgnoringBlockInfoNames()) break; // Ignore name.
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 93 bool isIgnoringBlockInfoNames() { return IgnoreBlockInfoNames; }

Completed in 270 milliseconds