HomeSort by relevance Sort by last modified time
    Searched refs:getAbbrevIDWidth (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 254 /// getAbbrevIDWidth - Return the number of bits used to encode an abbrev #.
255 unsigned getAbbrevIDWidth() const { return CurCodeSize; }
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 360 << " BlockCodeSize=" << Stream.getAbbrevIDWidth() << ">\n";
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 252 milliseconds