Searched refs:IgnoreBlockInfoNames (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Bitcode/
H A DBitstreamReader.h46 /// IgnoreBlockInfoNames - This is set to true if we don't care about the
49 bool IgnoreBlockInfoNames; member in class:llvm::BitstreamReader
54 BitstreamReader() : IgnoreBlockInfoNames(true) {
58 IgnoreBlockInfoNames = true;
87 void CollectBlockInfoNames() { IgnoreBlockInfoNames = false; }
88 bool isIgnoringBlockInfoNames() { return IgnoreBlockInfoNames; }

Completed in 181 milliseconds