Home
last modified time | relevance | path

Searched refs:AllFlags (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp97 static void setSectionFlags(Section &Sec, SectionFlag AllFlags) { in setSectionFlags() argument
113 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp74 uint64_t getNewShfFlags(SectionFlag AllFlags) { in getNewShfFlags() argument
76 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()