Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h33 typedef CompileLayerT::ModuleSetHandleT ModuleHandleT; typedef
43 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule()
62 void removeModule(ModuleHandleT H) { in removeModule()
108 std::vector<ModuleHandleT> ModuleHandles;
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h84 typedef unsigned ModuleHandleT; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() typedef
174 ModuleHandleT addIRModule(LayerT &Layer, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
201 ModuleHandleT H = createHandle(Layer, LH); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
213 ModuleHandleT addIRModuleEager(Module* M, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
221 ModuleHandleT addIRModuleLazy(Module* M, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
228 void removeModule(ModuleHandleT H) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
240 orc::JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/external/llvm/tools/lli/
DOrcLazyJIT.h41 typedef CODLayerT::ModuleSetHandleT ModuleHandleT; typedef
68 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule()
124 orc::JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name) { in findSymbolIn()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp1165 typedef LazyEmitLayerT::ModuleSetHandleT ModuleHandleT; typedef in KaleidoscopeJIT
1188 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule()
1210 void removeModule(ModuleHandleT H) { LazyEmitLayer.removeModuleSet(H); } in removeModule()
1216 JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name) { in findSymbolIn()
1224 JITSymbol findUnmangledSymbolIn(ModuleHandleT H, const std::string &Name) { in findUnmangledSymbolIn()
1251 ModuleHandleT irGenStub(std::unique_ptr<FunctionAST> FnAST) { in irGenStub()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp1159 typedef LazyEmitLayerT::ModuleSetHandleT ModuleHandleT; typedef in KaleidoscopeJIT
1181 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule()
1203 void removeModule(ModuleHandleT H) { LazyEmitLayer.removeModuleSet(H); } in removeModule()
1209 JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name) { in findSymbolIn()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp1158 typedef CompileLayerT::ModuleSetHandleT ModuleHandleT; typedef in KaleidoscopeJIT
1173 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule()
1191 void removeModule(ModuleHandleT H) { CompileLayer.removeModuleSet(H); } in removeModule()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp1160 typedef LazyEmitLayerT::ModuleSetHandleT ModuleHandleT; typedef in KaleidoscopeJIT
1176 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule()
1194 void removeModule(ModuleHandleT H) { LazyEmitLayer.removeModuleSet(H); } in removeModule()