Lines Matching refs:Flags
75 unsigned Flags = ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_GROUP; in emitPersonalityValue() local
78 Flags, in emitPersonalityValue()
148 unsigned Flags = 0; in getELFSectionFlags() local
151 Flags |= ELF::SHF_ALLOC; in getELFSectionFlags()
154 Flags |= ELF::SHF_EXECINSTR; in getELFSectionFlags()
157 Flags |= ELF::SHF_WRITE; in getELFSectionFlags()
160 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
165 Flags |= ELF::SHF_MERGE; in getELFSectionFlags()
168 Flags |= ELF::SHF_STRINGS; in getELFSectionFlags()
170 return Flags; in getELFSectionFlags()
228 unsigned Flags = getELFSectionFlags(Kind); in SelectSectionForGlobal() local
231 Flags |= ELF::SHF_GROUP; in SelectSectionForGlobal()
236 Flags, Kind, 0, Group); in SelectSectionForGlobal()
568 unsigned Flags = 0; in getCOFFSectionFlags() local
571 Flags |= in getCOFFSectionFlags()
574 Flags |= in getCOFFSectionFlags()
579 Flags |= in getCOFFSectionFlags()
584 Flags |= in getCOFFSectionFlags()
588 Flags |= in getCOFFSectionFlags()
593 return Flags; in getCOFFSectionFlags()