Home
last modified time | relevance | path

Searched refs:SubSectionVec (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h128 SmallVector<AttributeSubSection, 64> &SubSectionVec) { in emitAttributesSection() argument
130 SubSectionVec); in emitAttributesSection()
141 SmallVector<AttributeSubSection, 64> &SubSectionVec);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttrParserExtended.cpp34 for (const auto &SubSection : SubSectionVec) { in getAttributeValue()
55 for (const auto &SubSection : SubSectionVec) { in getAttributeString()
210 SubSectionVec.push_back(BASubSection); in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttrParserExtended.h32 SmallVector<BuildAttributeSubSection, 8> SubSectionVec; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp673 SmallVector<AttributeSubSection, 64> &SubSectionVec) { in createAttributesWithSubsection() argument
680 if (0 == SubSectionVec.size()) { in createAttributesWithSubsection()
695 for (AttributeSubSection &SubSection : SubSectionVec) { in createAttributesWithSubsection()
729 SubSectionVec.clear(); in createAttributesWithSubsection()