Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h97 unsigned GetAbbrevIDWidth() const { return CurCodeSize; } in GetAbbrevIDWidth() function
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp360 << " BlockCodeSize=" << Stream.GetAbbrevIDWidth() << ">\n"; in ParseBlock()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h226 unsigned GetAbbrevIDWidth() const { return CurCodeSize; } in GetAbbrevIDWidth() function
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1865 if (Stream.GetAbbrevIDWidth() == 2 && Code == 2 && in ParseBitcodeInto()