Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h85 bool isIgnoringBlockInfoNames() { return IgnoreBlockInfoNames; } in isIgnoringBlockInfoNames() function
621 if (BitStream->isIgnoringBlockInfoNames()) break; // Ignore name. in ReadBlockInfoBlock()
630 if (BitStream->isIgnoringBlockInfoNames()) break; // Ignore name. in ReadBlockInfoBlock()
/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