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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp28 void DwarfFile::assignAbbrevNumber(DIEAbbrev &Abbrev) { argument
30 DIEAbbrev *InSet = AbbreviationsSet.GetOrInsertNode(&Abbrev);
33 if (InSet == &Abbrev) {
35 Abbreviations.push_back(&Abbrev);
38 Abbrev.setNumber(Abbreviations.size());
41 Abbrev.setNumber(InSet->getNumber());
97 const DIEAbbrev &Abbrev = Die.getAbbrev(); local
106 const SmallVectorImpl<DIEAbbrevData> &AbbrevData = Abbrev.getData();
118 assert(Abbrev.hasChildren() && "Children flag not set");
137 for (const DIEAbbrev *Abbrev
[all...]
H A DDIE.h121 /// Abbrev - Buffer for constructing abbreviation.
123 DIEAbbrev Abbrev; member in class:llvm::DIE
143 : Offset(0), Size(0), Abbrev((dwarf::Tag)0, dwarf::DW_CHILDREN_no),
148 : Offset(0), Size(0), Abbrev((dwarf::Tag)Tag, dwarf::DW_CHILDREN_no),
152 DIEAbbrev &getAbbrev() { return Abbrev; }
153 const DIEAbbrev &getAbbrev() const { return Abbrev; }
154 unsigned getAbbrevNumber() const { return Abbrev.getNumber(); }
155 dwarf::Tag getTag() const { return Abbrev.getTag(); }
175 Abbrev.AddAttribute(Attribute, Form);
183 Abbrev
[all...]
H A DDwarfFile.h63 void assignAbbrevNumber(DIEAbbrev &Abbrev);
H A DDIE.cpp143 bool isBlock = Abbrev.getTag() == 0;
153 << dwarf::TagString(Abbrev.getTag())
155 << dwarf::ChildrenString(Abbrev.hasChildren()) << "\n";
160 const SmallVectorImpl<DIEAbbrevData> &Data = Abbrev.getData();
440 const SmallVectorImpl<DIEAbbrevData> &AbbrevData = Abbrev.getData();
461 const SmallVectorImpl<DIEAbbrevData> &AbbrevData = Abbrev.getData();
495 const SmallVectorImpl<DIEAbbrevData> &AbbrevData = Abbrev.getData();
514 const SmallVectorImpl<DIEAbbrevData> &AbbrevData = Abbrev.getData();
H A DDwarfDebug.cpp1685 const DIEAbbrev &Abbrev = Die.getAbbrev(); local
1689 Asm->OutStreamer.AddComment("Abbrev [" + Twine(Abbrev.getNumber()) +
1692 dwarf::TagString(Abbrev.getTag()));
1693 Asm->EmitULEB128(Abbrev.getNumber());
1696 const SmallVectorImpl<DIEAbbrevData> &AbbrevData = Abbrev.getData();
1716 if (Abbrev.hasChildren()) {
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp358 static void AddSourceLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) { argument
360 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID.
361 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line.
362 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column.
363 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset;
366 static void AddRangeLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) { argument
367 AddSourceLocationAbbrev(Abbrev);
368 AddSourceLocationAbbrev(Abbrev);
385 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
386 Abbrev
[all...]
/external/llvm/test/MC/ELF/
H A Dcompression.s51 .long .Lsection_abbrev # Offset Into Abbrev. Section
53 .byte 1 # Abbrev [1] DW_TAG_compile_unit
H A Ddiscriminator.s19 .long .L.debug_abbrev_begin # Offset Into Abbrev. Section
21 .byte 1 # Abbrev [1] 0xb:0x1b DW_TAG_compile_unit
/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);
410 unsigned Abbrev = 0) {
411 if (!Abbrev) {
425 EmitRecordWithAbbrev(Abbrev, Vals);
432 void EmitRecordWithAbbrev(unsigned Abbrev, SmallVectorImpl<uintty> &Vals) {
433 EmitRecordWithAbbrevImpl(Abbrev, Vals, StringRef());
442 void EmitRecordWithBlob(unsigned Abbrev, SmallVectorImpl<uintty> &Vals,
444 EmitRecordWithAbbrevImpl(Abbrev, Val
[all...]
/external/clang/lib/Serialization/
H A DASTWriter.cpp1060 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
1061 Abbrev->Add(BitCodeAbbrevOp(MODULE_NAME));
1062 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // Name
1063 unsigned AbbrevCode = Stream.EmitAbbrev(Abbrev);
1071 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
1072 Abbrev->Add(BitCodeAbbrevOp(MODULE_MAP_FILE));
1073 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // Filename
1074 unsigned AbbrevCode = Stream.EmitAbbrev(Abbrev);
1264 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
1265 Abbrev
2135 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
2660 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
2701 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
2903 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
3314 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
3328 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
4294 llvm::BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
[all...]
H A DGlobalModuleIndex.cpp749 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); local
750 Abbrev->Add(BitCodeAbbrevOp(IDENTIFIER_INDEX));
751 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32));
752 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob));
753 unsigned IDTableAbbrev = Stream.EmitAbbrev(Abbrev);
/external/llvm/test/DebugInfo/SystemZ/
H A Dvariable-loc.s107 .long .L.debug_abbrev_begin # Offset Into Abbrev. Section
109 .byte 1 # Abbrev [1] 0xb:0x94 DW_TAG_compile_unit
116 .byte 2 # Abbrev [2] 0x26:0x7 DW_TAG_subprogram
122 .byte 3 # Abbrev [3] 0x2d:0xb DW_TAG_subprogram
129 .byte 4 # Abbrev [4] 0x38:0x7 DW_TAG_base_type
133 .byte 5 # Abbrev [5] 0x3f:0xb DW_TAG_subprogram
141 .byte 6 # Abbrev [6] 0x4a:0x7 DW_TAG_base_type
145 .byte 7 # Abbrev [7] 0x51:0x5 DW_TAG_array_type
147 .byte 8 # Abbrev [8] 0x56:0x48 DW_TAG_subprogram
154 .byte 9 # Abbrev [
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFUnit.h30 const DWARFDebugAbbrev *Abbrev; member in class:llvm::DWARFUnit
H A DDWARFUnit.cpp23 : Abbrev(DA), InfoSection(IS), RangeSection(RS), StringSection(SS),
67 Abbrevs = Abbrev->getAbbreviationDeclarationSet(AbbrOffset);
H A DDWARFContext.cpp222 if (Abbrev)
223 return Abbrev.get();
227 Abbrev.reset(new DWARFDebugAbbrev());
228 Abbrev->extract(abbrData);
229 return Abbrev.get();
H A DDWARFContext.h36 std::unique_ptr<DWARFDebugAbbrev> Abbrev; member in class:llvm::DWARFContext
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend185 VALUE Ascend-PRI-Number-Type Abbrev-Number 5

Completed in 4126 milliseconds