Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
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()
/external/llvm/examples/Kaleidoscope/include/
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;
/external/llvm/tools/lli/
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()
/external/llvm/docs/tutorial/
DBuildingAJIT1.rst136 typedef decltype(CompileLayer)::ModuleSetHandleT ModuleHandleT;