Searched refs:sectionType (Results 1 – 8 of 8) sorted by relevance
269 inline uint8_t sectionType(uint32_t flags) { in sectionType() function274 return llvm::MachO::isVirtualSection(sectionType(flags)); in isZeroFill()278 return sectionType(flags) == llvm::MachO::S_THREAD_LOCAL_VARIABLES; in isThreadLocalVariables()283 return sectionType(flags) == llvm::MachO::S_THREAD_LOCAL_REGULAR || in isThreadLocalData()284 sectionType(flags) == llvm::MachO::S_THREAD_LOCAL_ZEROFILL; in isThreadLocalData()293 return sectionType(flags) == llvm::MachO::S_4BYTE_LITERALS || in isWordLiteralSection()294 sectionType(flags) == llvm::MachO::S_8BYTE_LITERALS || in isWordLiteralSection()295 sectionType(flags) == llvm::MachO::S_16BYTE_LITERALS; in isWordLiteralSection()
269 if (sectionType(isec->getFlags()) == S_MOD_INIT_FUNC_POINTERS || in markLive()270 sectionType(isec->getFlags()) == S_MOD_TERM_FUNC_POINTERS) { in markLive()272 sectionType(isec->getFlags()) != S_MOD_INIT_FUNC_POINTERS); in markLive()
58 sectionType(isec->getFlags()) == S_MOD_INIT_FUNC_POINTERS) { in addInputSection()336 switch (sectionType(getFlags())) { in WordLiteralInputSection()356 switch (sectionType(getFlags())) { in getOffset()369 uint32_t type = sectionType(isec->getFlags()); in isCodeSection()
111 switch (sectionType(osec->flags)) { in sectionOrder()147 if (sectionType(osec->flags) == S_ZEROFILL) in sectionOrder()
382 switch (sectionType(input->getFlags())) { in finalizeFlags()
423 sectionType(isec->getFlags()) == MachO::S_REGULAR); in foldIdenticalSections()
375 if (sectionType(sec.flags) == S_CSTRING_LITERALS) { in parseSections()
1799 switch (sectionType(isec->getFlags())) { in finalizeContents()