Home
last modified time | relevance | path

Searched refs:isZeroFillSection (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h162 static bool isZeroFillSection(const NormalizedSection &NSec);
H A DMachOLinkGraphBuilder.cpp88 bool MachOLinkGraphBuilder::isZeroFillSection(const NormalizedSection &NSec) { in isZeroFillSection() function in llvm::jitlink::MachOLinkGraphBuilder
168 if (!isZeroFillSection(NSec)) { in createNormalizedSections()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h152 inline bool isZeroFillSection(SectionType T) { in isZeroFillSection() function
H A DMachONormalizedFileBinaryWriter.cpp289 if (isZeroFillSection(sect.type)) in MachOFileLayout()
555 isZeroFillSection(s->type) ? 0 : s->content.size(); in buildFileOffsets()
720 if (isZeroFillSection(section->type)) in writeSegmentLoadCommands()
1023 if (isZeroFillSection(s.type)) in writeSectionContent()
H A DMachONormalizedFileYAML.cpp303 if (isZeroFillSection(sect.type)) { in mapping()
H A DMachONormalizedFileToAtoms.cpp249 if (isZeroFillSection(section.type)) { in atomFromSymbol()
H A DMachONormalizedFileFromAtoms.cpp673 if (isZeroFillSection(si->type)) { in copySectionContent()