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

  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
ASTWriter.cpp     [all...]
GlobalModuleIndex.cpp 779 Abbrev->Add(BitCodeAbbrevOp(IDENTIFIER_INDEX));
780 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32));
781 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob));
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 85 void BitstreamCursor::readAbbreviatedLiteral(const BitCodeAbbrevOp &Op,
92 void BitstreamCursor::readAbbreviatedField(const BitCodeAbbrevOp &Op,
98 case BitCodeAbbrevOp::Array:
99 case BitCodeAbbrevOp::Blob:
101 case BitCodeAbbrevOp::Fixed:
104 case BitCodeAbbrevOp::VBR:
107 case BitCodeAbbrevOp::Char6:
108 Vals.push_back(BitCodeAbbrevOp::DecodeChar6(Read(6)));
113 void BitstreamCursor::skipAbbreviatedField(const BitCodeAbbrevOp &Op) {
118 case BitCodeAbbrevOp::Array
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 81 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
86 class BitCodeAbbrevOp {
99 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {}
100 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
159 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
165 SmallVector<BitCodeAbbrevOp, 32> OperandList;
177 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
181 void Add(const BitCodeAbbrevOp &OpInfo) {
BitstreamWriter.h 278 void EmitAbbreviatedLiteral(const BitCodeAbbrevOp &Op, uintty V) {
289 void EmitAbbreviatedField(const BitCodeAbbrevOp &Op, uintty V) {
295 case BitCodeAbbrevOp::Fixed:
299 case BitCodeAbbrevOp::VBR:
303 case BitCodeAbbrevOp::Char6:
304 Emit(BitCodeAbbrevOp::EncodeChar6((char)V), 6);
327 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i);
332 } else if (Op.getEncoding() == BitCodeAbbrevOp::Array) {
335 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i);
359 } else if (Op.getEncoding() == BitCodeAbbrevOp::Blob)
    [all...]
BitstreamReader.h 527 void readAbbreviatedLiteral(const BitCodeAbbrevOp &Op,
529 void readAbbreviatedField(const BitCodeAbbrevOp &Op,
531 void skipAbbreviatedField(const BitCodeAbbrevOp &Op);
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 364 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID.
365 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line.
366 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column.
367 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset;
390 Abbrev->Add(BitCodeAbbrevOp(RECORD_VERSION));
391 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32))
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 125 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
162 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY));
163 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
165 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
166 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7));
237 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
238 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 148 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
188 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
189 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
191 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0
196 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION_OLD));
197 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
198 Abbv->Add(BitCodeAbbrevOp(0)); // FIXME: DEAD value, remove in LLVM 3.0
199 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 155 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
243 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
244 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits));
245 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0
250 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION));
251 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
252 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array))
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 157 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
199 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
200 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits));
201 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0
206 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION));
207 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
208 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array))
    [all...]

Completed in 97 milliseconds