Home
last modified time | relevance | path

Searched refs:createAttributesSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCELFStreamer.h116 createAttributesSection(Vendor, Section, Type, AttributeSection, Contents); in emitAttributesSection()
122 void createAttributesSection(StringRef Vendor, const Twine &Section,
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCELFStreamer.cpp703 createAttributesSection("gnu", ".gnu.attributes", ELF::SHT_GNU_ATTRIBUTES, in finishImpl()
823 void MCELFStreamer::createAttributesSection( in createAttributesSection() function in MCELFStreamer