OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadVBR64
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp
105
Vals.push_back(
ReadVBR64
((unsigned)Op.getEncodingData()));
125
(void)
ReadVBR64
((unsigned)Op.getEncodingData());
143
(void)
ReadVBR64
(6);
201
Vals.push_back(
ReadVBR64
(6));
286
Abbv->Add(BitCodeAbbrevOp(
ReadVBR64
(8)));
292
unsigned Data =
ReadVBR64
(5);
/external/llvm/include/llvm/Bitcode/
BitstreamReader.h
422
//
ReadVBR64
- Read a VBR that may have a value up to 64-bits in size. The
424
uint64_t
ReadVBR64
(unsigned NumBits) {
Completed in 25 milliseconds