Home
last modified time | relevance | path

Searched refs:GnuPropertySection (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/
DSyntheticSections.h160 class GnuPropertySection : public SyntheticSection {
162 GnuPropertySection();
DSyntheticSections.cpp302 GnuPropertySection::GnuPropertySection() in GnuPropertySection() function in GnuPropertySection
306 void GnuPropertySection::writeTo(uint8_t *buf) { in writeTo()
322 size_t GnuPropertySection::getSize() const { return config->is64 ? 32 : 28; } in getSize()
DWriter.cpp563 add(make<GnuPropertySection>()); in createSyntheticSections()