Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h49 bool IgnoreBlockInfoNames; variable
54 BitstreamReader() : IgnoreBlockInfoNames(true) { in BitstreamReader()
58 : IgnoreBlockInfoNames(true) { in BitstreamReader()
63 : BitcodeBytes(std::move(BitcodeBytes)), IgnoreBlockInfoNames(true) {} in BitstreamReader()
73 IgnoreBlockInfoNames = Other.IgnoreBlockInfoNames;
85 void CollectBlockInfoNames() { IgnoreBlockInfoNames = false; } in CollectBlockInfoNames()
86 bool isIgnoringBlockInfoNames() { return IgnoreBlockInfoNames; } in isIgnoringBlockInfoNames()