Searched refs:ModuleHandleT (Results 1 – 7 of 7) sorted by relevance
/external/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 33 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/ |
D | OrcCBindingsStack.h | 84 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/ |
D | OrcLazyJIT.h | 41 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/ |
D | toy.cpp | 1165 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/ |
D | toy.cpp | 1159 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/ |
D | toy.cpp | 1158 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/ |
D | toy.cpp | 1160 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()
|