Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h50 bool IgnoreBlockInfoNames; variable
55 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()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h48 bool IgnoreBlockInfoNames; variable
53 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()