Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h165 static bool isZeroFillSection(const NormalizedSection &NSec);
H A DMachOLinkGraphBuilder.cpp92 bool MachOLinkGraphBuilder::isZeroFillSection(const NormalizedSection &NSec) { in isZeroFillSection() function in llvm::jitlink::MachOLinkGraphBuilder
170 if (!isZeroFillSection(NSec)) { in createNormalizedSections()