Searched refs:Abbrev (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp337 static void AddSourceLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) { argument
339 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID.
340 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line.
341 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column.
342 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset;
345 static void AddRangeLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) { argument
346 AddSourceLocationAbbrev(Abbrev);
347 AddSourceLocationAbbrev(Abbrev);
361 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
362 Abbrev
[all...]
/external/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h314 void EmitRecordWithAbbrevImpl(unsigned Abbrev, SmallVectorImpl<uintty> &Vals, argument
318 unsigned AbbrevNo = Abbrev-bitc::FIRST_APPLICATION_ABBREV;
322 EmitCode(Abbrev);
409 unsigned Abbrev = 0) {
410 if (!Abbrev) {
424 EmitRecordWithAbbrev(Abbrev, Vals);
431 void EmitRecordWithAbbrev(unsigned Abbrev, SmallVectorImpl<uintty> &Vals) {
432 EmitRecordWithAbbrevImpl(Abbrev, Vals, StringRef());
441 void EmitRecordWithBlob(unsigned Abbrev, SmallVectorImpl<uintty> &Vals,
443 EmitRecordWithAbbrevImpl(Abbrev, Val
[all...]
/external/clang/lib/Serialization/
H A DASTWriter.cpp1052 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
1053 Abbrev->Add(BitCodeAbbrevOp(ORIGINAL_PCH_DIR));
1054 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // File name
1055 unsigned AbbrevCode = Stream.EmitAbbrev(Abbrev);
1168 BitCodeAbbrev *Abbrev = new BitCodeAbbrev();
1169 Abbrev->Add(BitCodeAbbrevOp(STAT_CACHE));
1170 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32));
1171 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32));
1172 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob));
1173 unsigned StatCacheAbbrev = Stream.EmitAbbrev(Abbrev);
1793 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
2199 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
2240 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
2423 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
2651 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
2665 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
3471 llvm::BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h124 /// Abbrev - Buffer for constructing abbreviation.
126 DIEAbbrev Abbrev; member in class:llvm::DIE
142 : Offset(0), Size(0), Abbrev(Tag, dwarf::DW_CHILDREN_no), Parent(0),
147 DIEAbbrev &getAbbrev() { return Abbrev; }
148 unsigned getAbbrevNumber() const { return Abbrev.getNumber(); }
149 unsigned getTag() const { return Abbrev.getTag(); }
155 void setTag(unsigned Tag) { Abbrev.setTag(Tag); }
162 Abbrev.AddAttribute(Attribute, Form);
173 Abbrev.setChildrenFlag(dwarf::DW_CHILDREN_yes);
H A DDIE.cpp119 bool isBlock = Abbrev.getTag() == 0;
129 << dwarf::TagString(Abbrev.getTag())
131 << dwarf::ChildrenString(Abbrev.getChildrenFlag()) << "\n";
136 const SmallVector<DIEAbbrevData, 8> &Data = Abbrev.getData();
308 const SmallVector<DIEAbbrevData, 8> &AbbrevData = Abbrev.getData();
327 const SmallVector<DIEAbbrevData, 8> &AbbrevData = Abbrev.getData();
H A DDwarfDebug.cpp211 void DwarfDebug::assignAbbrevNumber(DIEAbbrev &Abbrev) { argument
214 Abbrev.Profile(ID);
217 DIEAbbrev *InSet = AbbreviationsSet.GetOrInsertNode(&Abbrev);
220 if (InSet == &Abbrev) {
222 Abbreviations.push_back(&Abbrev);
225 Abbrev.setNumber(Abbreviations.size());
228 Abbrev.setNumber(InSet->getNumber());
1558 const DIEAbbrev *Abbrev = Abbreviations[AbbrevNumber - 1]; local
1567 const SmallVector<DIEAbbrevData, 8> &AbbrevData = Abbrev->getData();
1576 assert(Abbrev
1640 const DIEAbbrev *Abbrev = Abbreviations[AbbrevNumber - 1]; local
1775 const DIEAbbrev *Abbrev = Abbreviations[i]; local
[all...]
H A DDwarfDebug.h317 void assignAbbrevNumber(DIEAbbrev &Abbrev);
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp74 if (Abbrev)
75 return Abbrev.get();
79 Abbrev.reset(new DWARFDebugAbbrev());
80 Abbrev->parse(abbrData);
81 return Abbrev.get();
H A DDWARFContext.h31 OwningPtr<DWARFDebugAbbrev> Abbrev; member in class:llvm::DWARFContext
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp199 // Abbrev for TYPE_CODE_POINTER.
206 // Abbrev for TYPE_CODE_FUNCTION.
215 // Abbrev for TYPE_CODE_STRUCT_ANON.
224 // Abbrev for TYPE_CODE_STRUCT_NAME.
231 // Abbrev for TYPE_CODE_STRUCT_NAMED.
240 // Abbrev for TYPE_CODE_ARRAY.
603 // Abbrev for METADATA_STRING.
773 // Abbrev for CST_CODE_AGGREGATE.
780 // Abbrev for CST_CODE_STRING.
786 // Abbrev fo
1173 unsigned Code, Abbrev; // will unused. local
[all...]
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend185 VALUE Ascend-PRI-Number-Type Abbrev-Number 5

Completed in 1011 milliseconds