Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputSection.h250 inline uint8_t sectionType(uint32_t flags) { in sectionType() function
255 return llvm::MachO::isVirtualSection(sectionType(flags)); in isZeroFill()
259 return sectionType(flags) == llvm::MachO::S_THREAD_LOCAL_VARIABLES; in isThreadLocalVariables()
264 return sectionType(flags) == llvm::MachO::S_THREAD_LOCAL_REGULAR || in isThreadLocalData()
265 sectionType(flags) == llvm::MachO::S_THREAD_LOCAL_ZEROFILL; in isThreadLocalData()
274 return sectionType(flags) == llvm::MachO::S_4BYTE_LITERALS || in isWordLiteralSection()
275 sectionType(flags) == llvm::MachO::S_8BYTE_LITERALS || in isWordLiteralSection()
276 sectionType(flags) == llvm::MachO::S_16BYTE_LITERALS; in isWordLiteralSection()
H A DInputSection.cpp53 switch (sectionType(getFlags())) { in isHashableForICF()
187 switch (sectionType(flags)) { in WordLiteralInputSection()
207 switch (sectionType(getFlags())) { in getOffset()
220 uint32_t type = sectionType(isec->getFlags()); in isCodeSection()
H A DMarkLive.cpp114 if (sectionType(isec->getFlags()) == S_MOD_INIT_FUNC_POINTERS || in markLive()
115 sectionType(isec->getFlags()) == S_MOD_TERM_FUNC_POINTERS) { in markLive()
H A DOutputSegment.cpp103 switch (sectionType(osec->flags)) { in sectionOrder()
138 if (sectionType(osec->flags) == S_ZEROFILL) in sectionOrder()
H A DConcatOutputSection.cpp340 switch (sectionType(input->getFlags())) { in finalizeFlags()
H A DInputFiles.cpp252 if (sectionType(sec.flags) == S_CSTRING_LITERALS || in parseSections()
261 if (sectionType(sec.flags) == S_CSTRING_LITERALS) { in parseSections()
H A DSyntheticSections.cpp1409 switch (sectionType(isec->getFlags())) { in finalizeContents()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h205 SectionType &sectionType,
H A DMachONormalizedFileToAtoms.cpp57 SectionType sectionType; member
111 if (p->sectionType != section.type) in atomTypeFromSection()
1594 SectionType &sectionType, in relocatableSectionInfoForContentType() argument
1607 sectionType = p->sectionType; in relocatableSectionInfoForContentType()
H A DMachONormalizedFileFromAtoms.cpp231 SectionType sectionType; in getRelocatableSection() local
237 sectionType, sectionAttrs, in getRelocatableSection()
249 SectionInfo(segmentName, sectionName, sectionType, _ctx, sectionAttrs, in getRelocatableSection()
262 SectionType sectionType; member
334 p.segmentName, p.sectionName, p.sectionType, _ctx, sectionAttrs, in getFinalSection()