Home
last modified time | relevance | path

Searched refs:CodeLenWidth (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DBitCodes.h31 CodeLenWidth = 4, // Codelen are VBR-4. enumerator
DBitstreamReader.h531 ReadVBR(bitc::CodeLenWidth); in SkipBlock()
DBitstreamWriter.h209 EmitVBR(CodeLen, bitc::CodeLenWidth); in EnterSubblock()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitCodes.h29 CodeLenWidth = 4, // Codelen are VBR-4. enumerator
DBitstreamReader.h373 ReadVBR(bitc::CodeLenWidth); in SkipBlock()
406 CurCodeSize = ReadVBR(bitc::CodeLenWidth);
DBitstreamWriter.h199 EmitVBR(CodeLen, bitc::CodeLenWidth); in EnterSubblock()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h33 CodeLenWidth = 4, // Codelen are VBR-4. enumerator
DNaClBitstreamReader.h808 ReadVBR(naclbitc::CodeLenWidth); in SkipBlock()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp41 CurCodeSize = ReadVBR(bitc::CodeLenWidth); in EnterSubBlock()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp76 CodeAbbrev(IsFixed, ReadVBR(naclbitc::CodeLenWidth)); in EnterSubBlock()