Home
last modified time | relevance | path

Searched refs:isZeroFill (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyldChecker.h90 bool isZeroFill() const { in isZeroFill() function
110 assert(!isZeroFill() && "Can't get content for a zero-fill section"); in getContent()
116 assert(isZeroFill() && "Can't get zero-fill length for content section"); in getZeroFillLength()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDJITLink.cpp95 << (B.isZeroFill() ? "zero-fill" : "content") in operator <<()
165 B.isZeroFill() in splitBlock()
HDEHFrameSupport.cpp73 if (B.isZeroFill()) in processBlock()
176 if (B.isZeroFill()) in processBlock()
HDJITLinkGeneric.cpp144 if (!B->isZeroFill()) in layOutBlocks()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldChecker.cpp744 if (SymInfo->isZeroFill()) in getSymbolLocalAddr()
809 if (SecInfo->isZeroFill()) in getSectionAddr()
839 if (StubInfo->isZeroFill()) in getStubOrGOTAddrFor()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLink.h185 bool isZeroFill() const { return !Data; } in isZeroFill() function
467 bool isSymbolZeroFill() const { return getBlock().isZeroFill(); } in isSymbolZeroFill()