Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFile.h152 inline bool isZeroFillSection(SectionType T) { in isZeroFillSection() function
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()
DMachONormalizedFileYAML.cpp303 if (isZeroFillSection(sect.type)) { in mapping()
DMachONormalizedFileToAtoms.cpp249 if (isZeroFillSection(section.type)) { in atomFromSymbol()
DMachONormalizedFileFromAtoms.cpp673 if (isZeroFillSection(si->type)) { in copySectionContent()