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

  /src/sys/rump/fs/lib/liblayervfs/
Makefile 7 COMMENT=Layer file system support (used by other drivers)
  /src/sys/rump/net/lib/liblagg/
Makefile 7 COMMENT=Layer 2 trunking pseudo interface
  /src/external/apache2/llvm/lib/libLLVMOrc/
Makefile 19 Layer.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
ObjectLinkingLayer.cpp 125 ObjectLinkingLayer &Layer,
128 : JITLinkContext(&MR->getTargetJITDylib()), Layer(Layer),
134 if (Layer.ReturnObjectBuffer && ObjBuffer)
135 Layer.ReturnObjectBuffer(std::move(ObjBuffer));
138 JITLinkMemoryManager &getMemoryManager() override { return Layer.MemMgr; }
141 for (auto &P : Layer.Plugins)
148 for (auto &P : Layer.Plugins)
150 Layer.getExecutionSession().reportError(std::move(Err));
161 auto &ES = Layer.getExecutionSession()
    [all...]
LLJIT.cpp 956 dbgs() << " Custom object-linking-layer creator: "
1047 auto Layer =
1051 Layer->setOverrideObjectFlagsWithResponsibilityFlags(true);
1052 Layer->setAutoClaimResponsibilityForObjectSymbols(true);
1058 return std::unique_ptr<ObjectLayer>(std::move(Layer));
1246 // Create the COD layer.
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 704 // Remember to apply the construction context based on the current \p Layer
706 void consumeConstructionContext(const ConstructionContextLayer *Layer,
711 // described by \p Layer. If a constructor is found, it would be assigned
712 // the context based on the layer. If an additional construction context layer
714 void findConstructionContexts(const ConstructionContextLayer *Layer,
778 const ConstructionContextLayer *Layer = ConstructionContextMap.lookup(E);
779 if (!Layer)
784 Layer);
1341 const ConstructionContextLayer *Layer, Expr *E)
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efipxebc.h 291 IN UINT16 *Layer,
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
unix-Makefile.tmpl 982 echo 'Description: Secure Sockets Layer and cryptography libraries'; \
999 echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \

Completed in 37 milliseconds