Searched refs:IgnoreBlockInfoNames (Results 1 – 1 of 1) sorted by relevance
49 bool IgnoreBlockInfoNames; variable54 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()