Searched refs:ModuleHandleT (Results 1 – 4 of 4) sorted by relevance
46 typedef CompileLayerT::ModuleSetHandleT ModuleHandleT; typedef56 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule()75 void removeModule(ModuleHandleT H) { in removeModule()120 std::vector<ModuleHandleT> ModuleHandles;
80 typedef unsigned ModuleHandleT; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() typedef165 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()
41 typedef CODLayerT::ModuleSetHandleT ModuleHandleT; typedef65 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule()122 orc::JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name) { in findSymbolIn()
136 typedef decltype(CompileLayer)::ModuleSetHandleT ModuleHandleT;