Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h153 inline bool isZeroFillSection(SectionType T) { in isZeroFillSection() function
H A DMachONormalizedFileBinaryWriter.cpp287 if (isZeroFillSection(sect.type)) in MachOFileLayout()
551 isZeroFillSection(s->type) ? 0 : s->content.size(); in buildFileOffsets()
714 if (isZeroFillSection(section->type)) in writeSegmentLoadCommands()
1016 if (isZeroFillSection(s.type)) in writeSectionContent()
H A DMachONormalizedFileYAML.cpp304 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()