Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/
DBitstreamReader.h54 bool IgnoreBlockInfoNames; variable
59 BitstreamReader() : IgnoreBlockInfoNames(true) { in BitstreamReader()
63 IgnoreBlockInfoNames = true; in BitstreamReader()
92 void CollectBlockInfoNames() { IgnoreBlockInfoNames = false; } in CollectBlockInfoNames()
93 bool isIgnoringBlockInfoNames() { return IgnoreBlockInfoNames; } in isIgnoringBlockInfoNames()