reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
821 if (Sec.getFlags() & ELF::SHF_GROUP) 911 Section.setFlags(Section.getFlags() | ELF::SHF_COMPRESSED); 1049 if (Section.getFlags() & ELF::SHF_LINK_ORDER) { 1056 Section.getType(), Section.getFlags(), 0, Offset, Size, 1411 unsigned Flags = Sec.getFlags();lib/MC/MCELFStreamer.cpp
105 if (Section.getFlags() & ELF::SHF_TLS) 115 if (Section.getFlags() & ELF::SHF_TLS)lib/MC/MCSectionELF.cpp
193 return getFlags() & ELF::SHF_EXECINSTR;
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp 260 TextSection->setFlags(TextSection->getFlags() | ELF::SHF_ARM_PURECODE);
lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp 61 unsigned Flags = SectionELF->getFlags();