Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp369 if (getBitStreamReader()->isIgnoringBlockInfoNames()) in ReadBlockInfoBlock()
379 if (getBitStreamReader()->isIgnoringBlockInfoNames()) in ReadBlockInfoBlock()
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h87 bool isIgnoringBlockInfoNames() { return IgnoreBlockInfoNames; } in isIgnoringBlockInfoNames() function