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

  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 73 // Free blockinfo abbrev info.
210 // Push the outer block's abbrev set onto the stack, start out with an
211 // empty abbrev set.
216 // to the abbrev list.
248 // Restore the inner block's code size and abbrev table.
259 /// EmitAbbreviatedLiteral - Emit a literal value according to its abbrev
260 /// record. This is a no-op, since the abbrev specifies the literal to use.
264 // If the abbrev specifies the literal value to use, don't emit
267 "Invalid abbrev for record!");
298 void EmitRecordWithAbbrevImpl(unsigned Abbrev, SmallVectorImpl<uintty> &Vals
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 116 /// Abbrev - Buffer for constructing abbreviation.
118 DIEAbbrev Abbrev;
142 : Abbrev(Tag, dwarf::DW_CHILDREN_no), Offset(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);
183 Abbrev.setChildrenFlag(dwarf::DW_CHILDREN_yes);
DIE.cpp 120 Abbrev.AddFirstAttribute(dwarf::DW_AT_sibling, dwarf::DW_FORM_ref4);
128 bool isBlock = Abbrev.getTag() == 0;
138 << dwarf::TagString(Abbrev.getTag())
140 << dwarf::ChildrenString(Abbrev.getChildrenFlag()) << "\n";
145 const SmallVector<DIEAbbrevData, 8> &Data = Abbrev.getData();
326 const SmallVector<DIEAbbrevData, 8> &AbbrevData = Abbrev.getData();
345 const SmallVector<DIEAbbrevData, 8> &AbbrevData = Abbrev.getData();
DwarfDebug.cpp 150 void DwarfDebug::assignAbbrevNumber(DIEAbbrev &Abbrev) {
153 Abbrev.Profile(ID);
156 DIEAbbrev *InSet = AbbreviationsSet.GetOrInsertNode(&Abbrev);
159 if (InSet == &Abbrev) {
161 Abbreviations.push_back(&Abbrev);
164 Abbrev.setNumber(Abbreviations.size());
167 Abbrev.setNumber(InSet->getNumber());
724 // Corresponding abbreviations into a abbrev section.
    [all...]
DwarfDebug.h 312 void assignAbbrevNumber(DIEAbbrev &Abbrev);
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 58 if (Abbrev)
59 return Abbrev.get();
63 Abbrev.reset(new DWARFDebugAbbrev());
64 Abbrev->parse(abbrData);
65 return Abbrev.get();
DWARFContext.h 30 OwningPtr<DWARFDebugAbbrev> Abbrev;
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 71 'Abbrev', 'ArgumentError', 'Base64', 'Benchmark',
rails.php 64 'Abbrev', 'ArgumentError', 'Base64', 'Benchmark',
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 185 VALUE Ascend-PRI-Number-Type Abbrev-Number 5

Completed in 401 milliseconds