Searched refs:ModuleHandleT (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | GlobalMappingLayer.h | 42 using ModuleHandleT = typename BaseLayerT::ModuleHandleT; 49 Expected<ModuleHandleT> 56 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() 92 JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name, in findSymbolIn() 100 Error emitAndFinalize(ModuleHandleT H) { in emitAndFinalize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcTestCommon.h | 165 using ModuleHandleT = HandleT; 168 Expected<ModuleHandleT>(ModuleT M, 171 using RemoveModuleSignature = Error(ModuleHandleT H); 174 using FindSymbolInSignature = JITSymbol(ModuleHandleT H, 177 using EmitAndFinalizeSignature = Error(ModuleHandleT H); 185 Expected<ModuleHandleT> addModule(ModuleT M, in addModule() 192 Error removeModule(ModuleHandleT H) { in removeModule() 204 JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name, in findSymbolIn() 211 Error emitAndFinaliez(ModuleHandleT H) { in emitAndFinaliez()
|
D | LazyEmittingLayerTest.cpp | 17 typedef int ModuleHandleT; typedef 18 ModuleHandleT addModule(llvm::orc::VModuleKey, in addModule()
|
/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/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | BuildingAJIT2.rst | 71 using ModuleHandle = decltype(OptimizeLayer)::ModuleHandleT; 174 using ModuleHandleT = typename BaseLayerT::ModuleHandleT; 180 Expected<ModuleHandleT> 186 void removeModule(ModuleHandleT H) { BaseLayer.removeModule(H); } 192 JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name, 197 void emitAndFinalize(ModuleHandleT H) { 223 | ModuleHandleT | set when calling findSymbolIn, removeModule, or | 253 | | by the given ModuleHandleT. This is just an optimized | 263 | | data in a module set (represented by a ModuleHandleT) |
|
D | BuildingAJIT3.rst | 93 using ModuleHandle = decltype(CODLayer)::ModuleHandleT;
|
D | BuildingAJIT1.rst | 148 using ModuleHandle = decltype(CompileLayer)::ModuleHandleT; 170 (IRCompileLayer::ModuleHandleT), so we just alias our ModuleHandle to this.
|
/external/llvm/docs/tutorial/ |
D | BuildingAJIT1.rst | 136 typedef decltype(CompileLayer)::ModuleSetHandleT ModuleHandleT;
|