HomeSort by: relevance | last modified time | path
    Searched refs:isZeroFill (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 90 bool isZeroFill() const {
110 assert(!isZeroFill() && "Can't get content for a zero-fill section");
116 assert(isZeroFill() && "Can't get zero-fill length for content section");
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
JITLink.cpp 97 << (B.isZeroFill() ? "zero-fill" : "content")
167 B.isZeroFill()
JITLinkGeneric.cpp 197 if (!B->isZeroFill())
EHFrameSupport.cpp 75 if (B.isZeroFill())
185 if (B.isZeroFill())
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
LLJITWithObjectLinkingLayerPlugin.cpp 97 if (B.isZeroFill()) {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 757 if (SymInfo->isZeroFill())
822 if (SecInfo->isZeroFill())
852 if (StubInfo->isZeroFill())
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
JITLink.h 196 bool isZeroFill() const { return !Data; }
502 bool isSymbolZeroFill() const { return getBlock().isZeroFill(); }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.cpp 301 bool IsZeroFill = Sym->getBlock().isZeroFill();
305 const uint8_t *SymData = IsZeroFill ? nullptr
321 if (IsZeroFill)

Completed in 22 milliseconds