Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h120 createAttributesSection(Vendor, Section, Type, AttributeSection, Contents); in emitAttributesSection()
126 void createAttributesSection(StringRef Vendor, const Twine &Section,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp606 createAttributesSection("gnu", ".gnu.attributes", ELF::SHT_GNU_ATTRIBUTES, in finishImpl()
725 void MCELFStreamer::createAttributesSection( in createAttributesSection() function in MCELFStreamer