Home
last modified time | relevance | path

Searched refs:ModuleHandleT (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h41 using ModuleHandleT = typename BaseLayerT::ModuleHandleT;
48 Expected<ModuleHandleT>
55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule()
91 JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name, in findSymbolIn()
99 Error emitAndFinalize(ModuleHandleT H) { in emitAndFinalize()
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h80 typedef unsigned ModuleHandleT; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() typedef
165 ModuleHandleT addIRModule(LayerT &Layer, Module *M, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
191 ModuleHandleT H = createHandle(Layer, LH); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
203 ModuleHandleT addIRModuleEager(Module *M, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
211 ModuleHandleT addIRModuleLazy(Module *M, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
219 void removeModule(ModuleHandleT H) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
231 orc::JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h46 typedef CompileLayerT::ModuleSetHandleT ModuleHandleT; typedef
56 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule()
75 void removeModule(ModuleHandleT H) { in removeModule()
120 std::vector<ModuleHandleT> ModuleHandles;
/aosp_15_r20/external/llvm/tools/lli/
H A DOrcLazyJIT.h41 typedef CODLayerT::ModuleSetHandleT ModuleHandleT; typedef
65 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule()
122 orc::JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name) { in findSymbolIn()
/aosp_15_r20/external/llvm/docs/tutorial/
H A DBuildingAJIT1.rst136 typedef decltype(CompileLayer)::ModuleSetHandleT ModuleHandleT;