Home
last modified time | relevance | path

Searched refs:PageZeroSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDSyntheticSections.h102 class PageZeroSection final : public SyntheticSection {
104 PageZeroSection();
HDSyntheticSections.cpp165 PageZeroSection::PageZeroSection() in PageZeroSection() function in PageZeroSection
HDWriter.cpp1007 make<PageZeroSection>(); in createOutputSections()