Searched refs:Subsection (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttribute.h74 /** \class Subsection
78 class Subsection { class in class:mcld::ELFAttribute
80 Subsection(ELFAttribute& pParent, ELFAttributeData& pAttrData) function in class:mcld::ELFAttribute::Subsection
107 Subsection* getSubsection(llvm::StringRef pVendorName) const;
115 llvm::SmallVector<Subsection*, 2> m_Subsections;
/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp96 Subsection* subsection = getSubsection(vendor_name);
127 for (llvm::SmallVectorImpl<Subsection*>::const_iterator
146 for (llvm::SmallVectorImpl<Subsection*>::const_iterator
161 m_Subsections.push_back(new Subsection(*this, pAttrData));
165 ELFAttribute::Subsection* ELFAttribute::getSubsection(
168 for (llvm::SmallVectorImpl<Subsection*>::const_iterator
173 Subsection* const subsection = *subsec_it;
184 // ELFAttribute::Subsection
186 bool ELFAttribute::Subsection::merge(const Input& pInput,
290 size_t ELFAttribute::Subsection
[all...]

Completed in 180 milliseconds