Home
last modified time | relevance | path

Searched refs:sectionType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DInputSection.h251 inline uint8_t sectionType(uint32_t flags) { in sectionType() function
256 return llvm::MachO::isVirtualSection(sectionType(flags)); in isZeroFill()
260 return sectionType(flags) == llvm::MachO::S_THREAD_LOCAL_VARIABLES; in isThreadLocalVariables()
265 return sectionType(flags) == llvm::MachO::S_THREAD_LOCAL_REGULAR || in isThreadLocalData()
266 sectionType(flags) == llvm::MachO::S_THREAD_LOCAL_ZEROFILL; in isThreadLocalData()
275 return sectionType(flags) == llvm::MachO::S_4BYTE_LITERALS || in isWordLiteralSection()
276 sectionType(flags) == llvm::MachO::S_8BYTE_LITERALS || in isWordLiteralSection()
277 sectionType(flags) == llvm::MachO::S_16BYTE_LITERALS; in isWordLiteralSection()
H A DOutputSegment.cpp103 switch (sectionType(osec->flags)) { in sectionOrder()
138 if (sectionType(osec->flags) == S_ZEROFILL) in sectionOrder()
H A DInputSection.cpp284 switch (sectionType(getFlags())) { in WordLiteralInputSection()
304 switch (sectionType(getFlags())) { in getOffset()
317 uint32_t type = sectionType(isec->getFlags()); in isCodeSection()
H A DMarkLive.cpp281 if (sectionType(isec->getFlags()) == S_MOD_INIT_FUNC_POINTERS || in markLive()
282 sectionType(isec->getFlags()) == S_MOD_TERM_FUNC_POINTERS) { in markLive()
H A DConcatOutputSection.cpp382 switch (sectionType(input->getFlags())) { in finalizeFlags()
H A DICF.cpp423 sectionType(isec->getFlags()) == MachO::S_REGULAR; in foldIdenticalSections()
H A DInputFiles.cpp335 if (sectionType(sec.flags) == S_CSTRING_LITERALS || in parseSections()
344 if (sectionType(sec.flags) == S_CSTRING_LITERALS) { in parseSections()
H A DSyntheticSections.cpp1574 switch (sectionType(isec->getFlags())) { in finalizeContents()