Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLink.cpp95 << (B.isZeroFill() ? "zero-fill" : "content") in operator <<()
165 B.isZeroFill() in splitBlock()
DEHFrameSupport.cpp73 if (B.isZeroFill()) in processBlock()
176 if (B.isZeroFill()) in processBlock()
DJITLinkGeneric.cpp144 if (!B->isZeroFill()) in layOutBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp744 if (SymInfo->isZeroFill()) in getSymbolLocalAddr()
809 if (SecInfo->isZeroFill()) in getSectionAddr()
839 if (StubInfo->isZeroFill()) in getStubOrGOTAddrFor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h185 bool isZeroFill() const { return !Data; } in isZeroFill() function
467 bool isSymbolZeroFill() const { return getBlock().isZeroFill(); } in isSymbolZeroFill()