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

  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 362 static void AddSourceLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) {
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;
370 static void AddRangeLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) {
371 AddSourceLocationAbbrev(Abbrev);
372 AddSourceLocationAbbrev(Abbrev);
389 BitCodeAbbrev *Abbrev = new BitCodeAbbrev();
390 Abbrev->Add(BitCodeAbbrevOp(RECORD_VERSION))
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 106 // Free blockinfo abbrev info.
226 // Push the outer block's abbrev set onto the stack, start out with an
227 // empty abbrev set.
232 // to the abbrev list.
264 // Restore the inner block's code size and abbrev table.
275 /// EmitAbbreviatedLiteral - Emit a literal value according to its abbrev
276 /// record. This is a no-op, since the abbrev specifies the literal to use.
280 // If the abbrev specifies the literal value to use, don't emit
283 "Invalid abbrev for record!");
314 void EmitRecordWithAbbrevImpl(unsigned Abbrev, SmallVectorImpl<uintty> &Vals
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 124 /// Abbrev - Buffer for constructing abbreviation.
126 DIEAbbrev Abbrev;
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(); }
158 void setTag(unsigned Tag) { Abbrev.setTag(Tag); }
165 Abbrev.AddAttribute(Attribute, Form);
176 Abbrev.setChildrenFlag(dwarf::DW_CHILDREN_yes);
DIE.cpp 130 bool isBlock = Abbrev.getTag() == 0;
140 << dwarf::TagString(Abbrev.getTag())
142 << dwarf::ChildrenString(Abbrev.getChildrenFlag()) << "\n";
147 const SmallVector<DIEAbbrevData, 8> &Data = Abbrev.getData();
327 const SmallVector<DIEAbbrevData, 8> &AbbrevData = Abbrev.getData();
346 const SmallVector<DIEAbbrevData, 8> &AbbrevData = Abbrev.getData();
DwarfDebug.cpp 254 void DwarfUnits::assignAbbrevNumber(DIEAbbrev &Abbrev) {
257 Abbrev.Profile(ID);
260 DIEAbbrev *InSet = AbbreviationsSet->GetOrInsertNode(&Abbrev);
263 if (InSet == &Abbrev) {
265 Abbreviations->push_back(&Abbrev);
268 Abbrev.setNumber(Abbreviations->size());
271 Abbrev.setNumber(InSet->getNumber());
    [all...]
DwarfDebug.h 241 void assignAbbrevNumber(DIEAbbrev &Abbrev);
545 /// \brief Emit the debug abbrev dwo section.
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
GlobalModuleIndex.cpp 778 BitCodeAbbrev *Abbrev = new BitCodeAbbrev();
779 Abbrev->Add(BitCodeAbbrevOp(IDENTIFIER_INDEX));
780 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32));
781 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob));
782 unsigned IDTableAbbrev = Stream.EmitAbbrev(Abbrev);
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.h 26 const DWARFDebugAbbrev *Abbrev;
49 Abbrev(DA), InfoSection(IS), AbbrevSection(AS),
DWARFCompileUnit.cpp 40 if (lengthOK && versionOK && addrSizeOK && abbrOffsetOK && Abbrev != NULL) {
41 Abbrevs = Abbrev->getAbbreviationDeclarationSet(abbrOffset);
DWARFContext.cpp 143 if (Abbrev)
144 return Abbrev.get();
148 Abbrev.reset(new DWARFDebugAbbrev());
149 Abbrev->parse(abbrData);
150 return Abbrev.get();
DWARFContext.h 30 OwningPtr<DWARFDebugAbbrev> Abbrev;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 71 'Abbrev', 'ArgumentError', 'Base64', 'Benchmark',
rails.php 64 'Abbrev', 'ArgumentError', 'Base64', 'Benchmark',
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 44 // VALUE_SYMTAB_BLOCK abbrev id's.
50 // CONSTANTS_BLOCK abbrev id's.
56 // FUNCTION_BLOCK abbrev id's.
241 // Abbrev for TYPE_CODE_POINTER.
248 // Abbrev for TYPE_CODE_FUNCTION.
257 // Abbrev for TYPE_CODE_STRUCT_ANON.
266 // Abbrev for TYPE_CODE_STRUCT_NAME.
273 // Abbrev for TYPE_CODE_STRUCT_NAMED.
282 // Abbrev for TYPE_CODE_ARRAY.
492 // Emit abbrev for globals, now that we know # sections and max alignment
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 46 // VALUE_SYMTAB_BLOCK abbrev id's.
52 // CONSTANTS_BLOCK abbrev id's.
58 // FUNCTION_BLOCK abbrev id's.
197 // Abbrev for TYPE_CODE_POINTER.
204 // Abbrev for TYPE_CODE_FUNCTION.
213 // Abbrev for TYPE_CODE_STRUCT_ANON.
222 // Abbrev for TYPE_CODE_STRUCT_NAME.
229 // Abbrev for TYPE_CODE_STRUCT_NAMED.
238 // Abbrev for TYPE_CODE_ARRAY.
449 // Emit abbrev for globals, now that we know # sections and max alignment
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 185 VALUE Ascend-PRI-Number-Type Abbrev-Number 5

Completed in 424 milliseconds