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 D | GlobalMappingLayer.h | 41 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 D | OrcCBindingsStack.h | 80 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 D | KaleidoscopeJIT.h | 46 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 D | OrcLazyJIT.h | 41 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 D | BuildingAJIT1.rst | 136 typedef decltype(CompileLayer)::ModuleSetHandleT ModuleHandleT;
|