Searched defs:DIEAbbrevData (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h30 /// DIEAbbrevData - Dwarf abbreviation data, describes one attribute of a
32 class DIEAbbrevData { class in namespace:llvm
42 DIEAbbrevData(dwarf::Attribute A, dwarf::Form F) : Attribute(A), Form(F) {} function in class:llvm::DIEAbbrevData
73 SmallVector<DIEAbbrevData, 12> Data;
82 const SmallVectorImpl<DIEAbbrevData> &getData() const { return Data; }
89 Data.push_back(DIEAbbrevData(Attribute, Form));

Completed in 1727 milliseconds