Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp97 << (B.isZeroFill() ? "zero-fill" : "content") in operator <<()
167 B.isZeroFill() in splitBlock()
H A DEHFrameSupport.cpp75 if (B.isZeroFill()) in processBlock()
185 if (B.isZeroFill()) in processBlock()
H A DJITLinkGeneric.cpp197 if (!B->isZeroFill()) in layOutBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp97 if (B.isZeroFill()) { in printBlockContent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp757 if (SymInfo->isZeroFill()) in getSymbolLocalAddr()
822 if (SecInfo->isZeroFill()) in getSectionAddr()
852 if (StubInfo->isZeroFill()) in getStubOrGOTAddrFor()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h196 bool isZeroFill() const { return !Data; } in isZeroFill() function
502 bool isSymbolZeroFill() const { return getBlock().isZeroFill(); } in isSymbolZeroFill()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp301 bool IsZeroFill = Sym->getBlock().isZeroFill(); in dumpSectionContents()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DJITLink.rst217 and not for zero-fill blocks (use ``isZeroFill`` to check, and prefer