OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurCodeSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Bitcode/
BitstreamReader.h
135
//
CurCodeSize
- This is the declared size of code values used for the current
137
unsigned
CurCodeSize
;
163
CurCodeSize
= 2;
174
CurCodeSize
= 2;
188
CurCodeSize
= RHS.
CurCodeSize
;
226
unsigned GetAbbrevIDWidth() const { return
CurCodeSize
; }
354
return Read(
CurCodeSize
);
392
BlockScope.push_back(Block(
CurCodeSize
));
406
CurCodeSize
= ReadVBR(bitc::CodeLenWidth)
[
all
...]
BitstreamWriter.h
33
///
CurCodeSize
- This is the declared size of code values used for the
35
unsigned
CurCodeSize
;
64
: Out(O), CurBit(0), CurValue(0),
CurCodeSize
(2) {}
164
Emit(Val,
CurCodeSize
);
203
unsigned OldCodeSize =
CurCodeSize
;
208
CurCodeSize
= CodeLen;
249
CurCodeSize
= B.PrevCodeSize;
Completed in 574 milliseconds