Searched refs:sectionType (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | InputSection.h | 250 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 D | InputSection.cpp | 53 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 D | MarkLive.cpp | 114 if (sectionType(isec->getFlags()) == S_MOD_INIT_FUNC_POINTERS || in markLive() 115 sectionType(isec->getFlags()) == S_MOD_TERM_FUNC_POINTERS) { in markLive()
|
| H A D | OutputSegment.cpp | 103 switch (sectionType(osec->flags)) { in sectionOrder() 138 if (sectionType(osec->flags) == S_ZEROFILL) in sectionOrder()
|
| H A D | ConcatOutputSection.cpp | 340 switch (sectionType(input->getFlags())) { in finalizeFlags()
|
| H A D | InputFiles.cpp | 252 if (sectionType(sec.flags) == S_CSTRING_LITERALS || in parseSections() 261 if (sectionType(sec.flags) == S_CSTRING_LITERALS) { in parseSections()
|
| H A D | SyntheticSections.cpp | 1409 switch (sectionType(isec->getFlags())) { in finalizeContents()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileBinaryUtils.h | 205 SectionType §ionType,
|
| H A D | MachONormalizedFileToAtoms.cpp | 57 SectionType sectionType; member 111 if (p->sectionType != section.type) in atomTypeFromSection() 1594 SectionType §ionType, in relocatableSectionInfoForContentType() argument 1607 sectionType = p->sectionType; in relocatableSectionInfoForContentType()
|
| H A D | MachONormalizedFileFromAtoms.cpp | 231 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()
|