Searched refs:ModuleHandleT (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
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()
|
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcTestCommon.h | 208 using ModuleHandleT = HandleT; 211 Expected<ModuleHandleT>(ModuleT M, 214 using RemoveModuleSignature = Error(ModuleHandleT H); 217 using FindSymbolInSignature = JITSymbol(ModuleHandleT H, 220 using EmitAndFinalizeSignature = Error(ModuleHandleT H); 228 Expected<ModuleHandleT> addModule(ModuleT M, in addModule() 235 Error removeModule(ModuleHandleT H) { in removeModule() 247 JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name, in findSymbolIn() 254 Error emitAndFinaliez(ModuleHandleT H) { in emitAndFinaliez()
|
/external/llvm/examples/Kaleidoscope/include/ |
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;
|
/external/llvm/lib/ExecutionEngine/Orc/ |
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()
|
/external/llvm/tools/lli/ |
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()
|
/external/llvm-project/llvm/docs/tutorial/ |
D | BuildingAJIT3.rst | 93 using ModuleHandle = decltype(CODLayer)::ModuleHandleT;
|
/external/llvm/docs/tutorial/ |
D | BuildingAJIT1.rst | 136 typedef decltype(CompileLayer)::ModuleSetHandleT ModuleHandleT;
|