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

  /external/llvm/include/llvm/Bitcode/
BitCodes.h 161 /// BitCodeAbbrev - This class represents an abbreviation record. An
164 class BitCodeAbbrev {
167 ~BitCodeAbbrev() {}
169 BitCodeAbbrev() : RefCount(1) {}
BitstreamWriter.h 43 std::vector<BitCodeAbbrev*> CurAbbrevs;
48 std::vector<BitCodeAbbrev*> PrevAbbrevs;
59 std::vector<BitCodeAbbrev*> Abbrevs;
320 BitCodeAbbrev *Abbv = CurAbbrevs[AbbrevNo];
471 void EncodeAbbrev(BitCodeAbbrev *Abbv) {
491 unsigned EmitAbbrev(BitCodeAbbrev *Abbv) {
533 unsigned EmitBlockInfoAbbrev(unsigned BlockID, BitCodeAbbrev *Abbv) {
BitstreamReader.h 41 std::vector<BitCodeAbbrev*> Abbrevs;
191 std::vector<BitCodeAbbrev*> CurAbbrevs;
195 std::vector<BitCodeAbbrev*> PrevAbbrevs;
536 const BitCodeAbbrev *getAbbrev(unsigned AbbrevID) {
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 35 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
49 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
147 const BitCodeAbbrev *Abbv = getAbbrev(AbbrevID);
205 const BitCodeAbbrev *Abbv = getAbbrev(AbbrevID);
274 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
335 BitCodeAbbrev *Abbv = CurAbbrevs.back();
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 161 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
236 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
244 Abbv = new BitCodeAbbrev();
255 Abbv = new BitCodeAbbrev();
264 Abbv = new BitCodeAbbrev();
271 Abbv = new BitCodeAbbrev();
281 Abbv = new BitCodeAbbrev();
290 Abbv = new BitCodeAbbrev();
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 242 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
249 Abbv = new BitCodeAbbrev();
258 Abbv = new BitCodeAbbrev();
267 Abbv = new BitCodeAbbrev();
274 Abbv = new BitCodeAbbrev();
283 Abbv = new BitCodeAbbrev();
496 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
655 BitCodeAbbrev *Abbv = new BitCodeAbbrev()
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 187 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
195 Abbv = new BitCodeAbbrev();
205 Abbv = new BitCodeAbbrev();
214 Abbv = new BitCodeAbbrev();
221 Abbv = new BitCodeAbbrev();
230 Abbv = new BitCodeAbbrev();
432 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
577 BitCodeAbbrev *Abbv = new BitCodeAbbrev()
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 198 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
205 Abbv = new BitCodeAbbrev();
214 Abbv = new BitCodeAbbrev();
223 Abbv = new BitCodeAbbrev();
230 Abbv = new BitCodeAbbrev();
239 Abbv = new BitCodeAbbrev();
453 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
615 BitCodeAbbrev *Abbv = new BitCodeAbbrev()
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 362 static void AddSourceLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) {
370 static void AddRangeLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) {
389 BitCodeAbbrev *Abbrev = new BitCodeAbbrev();
407 Abbrev = new BitCodeAbbrev();
418 Abbrev = new BitCodeAbbrev();
426 Abbrev = new BitCodeAbbrev();
433 Abbrev = new BitCodeAbbrev();
442 Abbrev = new BitCodeAbbrev();
453 Abbrev = new BitCodeAbbrev();
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTWriterDecl.cpp     [all...]
GlobalModuleIndex.cpp 778 BitCodeAbbrev *Abbrev = new BitCodeAbbrev();

Completed in 49 milliseconds