Home | History | Annotate | Download | only in Target

Lines Matching defs:Subsection

37   // subsection in ELF attribute section should have.
74 /** \class Subsection
78 class Subsection {
80 Subsection(ELFAttribute& pParent, ELFAttributeData& pAttrData)
92 /// subsection
95 /// emit - write out this attribute subsection to the buffer.
99 // The attribute section this subsection belongs to
102 // The attribute data containing in this subsection
106 // Obtain the corresponding subsection of the specified vendor
107 Subsection* getSubsection(llvm::StringRef pVendorName) const;
115 llvm::SmallVector<Subsection*, 2> m_Subsections;