Searched refs:AllFlags (Results 1 – 3 of 3) sorted by relevance
98 static uint32_t flagsToCharacteristics(SectionFlag AllFlags, uint32_t OldChar) { in flagsToCharacteristics() argument 113 if ((AllFlags & SectionFlag::SecAlloc) && !(AllFlags & SectionFlag::SecLoad)) in flagsToCharacteristics() 115 if (AllFlags & SectionFlag::SecNoload) in flagsToCharacteristics() 117 if (!(AllFlags & SectionFlag::SecReadonly)) in flagsToCharacteristics() 119 if (AllFlags & SectionFlag::SecDebug) in flagsToCharacteristics() 122 if (AllFlags & SectionFlag::SecCode) in flagsToCharacteristics() 124 if (AllFlags & SectionFlag::SecData) in flagsToCharacteristics() 126 if (AllFlags & SectionFlag::SecShare) in flagsToCharacteristics() 128 if (AllFlags in flagsToCharacteristics() [all...]
71 static Expected<uint64_t> getNewShfFlags(SectionFlag AllFlags, in getNewShfFlags() argument74 if (AllFlags & SectionFlag::SecAlloc) in getNewShfFlags()76 if (!(AllFlags & SectionFlag::SecReadonly)) in getNewShfFlags()78 if (AllFlags & SectionFlag::SecCode) in getNewShfFlags()80 if (AllFlags & SectionFlag::SecMerge) in getNewShfFlags()82 if (AllFlags & SectionFlag::SecStrings) in getNewShfFlags()84 if (AllFlags & SectionFlag::SecExclude) in getNewShfFlags()86 if (AllFlags & SectionFlag::SecLarge) { in getNewShfFlags()
1024 unsigned AllFlags; member1030 AllFlags = Other.AllFlags; in transferFlags()1038 AllFlags = 0; in VPSingleDefRecipe()1067 AllFlags = 0; in VPRecipeWithIRFlags()