Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h270 inline uint8_t sectionType(uint32_t flags) { in sectionType() function
275 return llvm::MachO::isVirtualSection(sectionType(flags)); in isZeroFill()
279 return sectionType(flags) == llvm::MachO::S_THREAD_LOCAL_VARIABLES; in isThreadLocalVariables()
284 return sectionType(flags) == llvm::MachO::S_THREAD_LOCAL_REGULAR || in isThreadLocalData()
285 sectionType(flags) == llvm::MachO::S_THREAD_LOCAL_ZEROFILL; in isThreadLocalData()
294 return sectionType(flags) == llvm::MachO::S_4BYTE_LITERALS || in isWordLiteralSection()
295 sectionType(flags) == llvm::MachO::S_8BYTE_LITERALS || in isWordLiteralSection()
296 sectionType(flags) == llvm::MachO::S_16BYTE_LITERALS; in isWordLiteralSection()
H A DMarkLive.cpp267 if (sectionType(isec->getFlags()) == S_MOD_INIT_FUNC_POINTERS || in markLive()
268 sectionType(isec->getFlags()) == S_MOD_TERM_FUNC_POINTERS) { in markLive()
270 sectionType(isec->getFlags()) != S_MOD_INIT_FUNC_POINTERS); in markLive()
H A DSections.cpp20 uint32_t type = sectionType(flags); in isCodeSection()
H A DOutputSegment.cpp140 switch (sectionType(osec->flags)) { in sectionOrder()
176 if (sectionType(osec->flags) == S_ZEROFILL) in sectionOrder()
H A DInputSection.cpp57 sectionType(isec->getFlags()) == S_MOD_INIT_FUNC_POINTERS) { in addInputSection()
335 switch (sectionType(getFlags())) { in WordLiteralInputSection()
355 switch (sectionType(getFlags())) { in getOffset()
H A DConcatOutputSection.cpp448 switch (sectionType(input->getFlags())) { in finalizeFlags()
H A DICF.cpp568 sectionType(isec->getFlags()) == MachO::S_REGULAR); in foldIdenticalSections()
H A DInputFiles.cpp373 if (sectionType(sec.flags) == S_CSTRING_LITERALS) { in parseSections()
H A DSyntheticSections.cpp1822 switch (sectionType(isec->getFlags())) { in finalizeContents()