Searched refs:IgnoreBlockInfoNames (Results 1 – 2 of 2) sorted by relevance
50 bool IgnoreBlockInfoNames; variable55 BitstreamReader() : IgnoreBlockInfoNames(true) { in BitstreamReader()59 : IgnoreBlockInfoNames(true) { in BitstreamReader()64 : BitcodeBytes(std::move(BitcodeBytes)), IgnoreBlockInfoNames(true) {} in BitstreamReader()74 IgnoreBlockInfoNames = Other.IgnoreBlockInfoNames;86 void CollectBlockInfoNames() { IgnoreBlockInfoNames = false; } in CollectBlockInfoNames()87 bool isIgnoringBlockInfoNames() { return IgnoreBlockInfoNames; } in isIgnoringBlockInfoNames()
48 bool IgnoreBlockInfoNames; variable53 BitstreamReader() : FirstChar(0), LastChar(0), IgnoreBlockInfoNames(true) { in BitstreamReader()57 IgnoreBlockInfoNames = true; in BitstreamReader()84 void CollectBlockInfoNames() { IgnoreBlockInfoNames = false; } in CollectBlockInfoNames()85 bool isIgnoringBlockInfoNames() { return IgnoreBlockInfoNames; } in isIgnoringBlockInfoNames()