OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAbbrevIDWidth
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Bitcode/
BitstreamReader.h
255
///
getAbbrevIDWidth
- Return the number of bits used to encode an abbrev #.
256
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 168 milliseconds