Home
last modified time | relevance | path

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

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