Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink-elf.cpp104 bool SectionContainsZeroFill = false; in registerELFGraphInfo() local
146 SectionContainsZeroFill = true; in registerELFGraphInfo()
160 if (SectionContainsZeroFill && SectionContainsContent) in registerELFGraphInfo()
164 if (SectionContainsZeroFill) in registerELFGraphInfo()
H A Dllvm-jitlink-macho.cpp106 bool SectionContainsZeroFill = false; in registerMachOGraphInfo() local
141 SectionContainsZeroFill = true; in registerMachOGraphInfo()
155 if (SectionContainsZeroFill && SectionContainsContent) in registerMachOGraphInfo()
159 if (SectionContainsZeroFill) in registerMachOGraphInfo()
H A Dllvm-jitlink-coff.cpp102 bool SectionContainsZeroFill = false; in registerCOFFGraphInfo() local
144 SectionContainsZeroFill = true; in registerCOFFGraphInfo()
158 if (SectionContainsZeroFill && SectionContainsContent) in registerCOFFGraphInfo()
163 if (SectionContainsZeroFill) in registerCOFFGraphInfo()