Searched refs:AllFlags (Results 1 – 2 of 2) sorted by relevance
97 static void setSectionFlags(Section &Sec, SectionFlag AllFlags) { in setSectionFlags() argument113 if ((AllFlags & SectionFlag::SecAlloc) && !(AllFlags & SectionFlag::SecLoad)) in setSectionFlags()115 if (AllFlags & SectionFlag::SecNoload) in setSectionFlags()117 if (!(AllFlags & SectionFlag::SecReadonly)) in setSectionFlags()119 if (AllFlags & SectionFlag::SecDebug) in setSectionFlags()122 if (AllFlags & SectionFlag::SecCode) in setSectionFlags()124 if (AllFlags & SectionFlag::SecData) in setSectionFlags()126 if (AllFlags & SectionFlag::SecShare) in setSectionFlags()128 if (AllFlags & SectionFlag::SecExclude) in setSectionFlags()
74 uint64_t getNewShfFlags(SectionFlag AllFlags) { in getNewShfFlags() argument76 if (AllFlags & SectionFlag::SecAlloc) in getNewShfFlags()78 if (!(AllFlags & SectionFlag::SecReadonly)) in getNewShfFlags()80 if (AllFlags & SectionFlag::SecCode) in getNewShfFlags()82 if (AllFlags & SectionFlag::SecMerge) in getNewShfFlags()84 if (AllFlags & SectionFlag::SecStrings) in getNewShfFlags()86 if (AllFlags & SectionFlag::SecExclude) in getNewShfFlags()