Searched refs:Layer (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp27 ObjectLinkingLayerJITLinkContext(ObjectLinkingLayer &Layer, argument
30 : Layer(Layer), MR(std::move(MR)), ObjBuffer(std::move(ObjBuffer)) {}
35 if (Layer.ReturnObjectBuffer)
36 Layer.ReturnObjectBuffer(std::move(ObjBuffer));
39 JITLinkMemoryManager &getMemoryManager() override { return *Layer.MemMgr; }
46 Layer.getExecutionSession().reportError(std::move(Err));
57 auto &ES = Layer.getExecutionSession();
76 auto Main = Layer.getExecutionSession().intern("_main");
101 auto &ES = Layer
441 ObjectLinkingLayer &Layer; member in namespace:llvm::orc
[all...]
H A DOrcCBindingsStack.h51 // FIXME: Kill this off once the Layer concept becomes an interface.
63 GenericLayerImpl(LayerT &Layer) : Layer(Layer) {} argument
67 return Layer.findSymbolIn(K, Name, ExportedSymbolsOnly);
71 return Layer.removeModule(K);
75 LayerT &Layer; member in class:llvm::detail::GenericLayerImpl
83 GenericLayerImpl(LayerT &Layer) : Layer(Layer) {} argument
95 LayerT &Layer; member in class:llvm::detail::GenericLayerImpl
99 createGenericLayer(LayerT &Layer) argument
286 addIRModule(LayerT &Layer, std::unique_ptr<Module> M, std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr, LLVMOrcSymbolResolverFn ExternalResolver, void *ExternalResolverCtx) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp704 // 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
714 void findConstructionContexts(const ConstructionContextLayer *Layer,
778 const ConstructionContextLayer *Layer = ConstructionContextMap.lookup(E); local
779 if (!Layer)
784 Layer);
1341 const ConstructionContextLayer *Layer, Expr *E) {
1349 assert(PreviouslyStoredLayer->isStrictlyMoreSpecificThan(Layer) &&
1352 ConstructionContextMap[E] = Layer;
1340 consumeConstructionContext( const ConstructionContextLayer *Layer, Expr *E) argument
1356 findConstructionContexts( const ConstructionContextLayer *Layer, Stmt *Child) argument
[all...]
/freebsd-13-stable/stand/efi/include/
H A Defipxebc.h297 IN UINT16 *Layer,
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile610 SRCS_EXT+= ExecutionEngine/Orc/Layer.cpp

Completed in 65 milliseconds