| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Layer.h | 37 IRMaterializationUnit(ExecutionSession &ES, 60 static SymbolStringPtr getInitSymbol(ExecutionSession &ES, 69 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer() 75 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() 114 ExecutionSession &ES; 137 ObjectLayer(ExecutionSession &ES); 141 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() 170 ExecutionSession &ES;
|
| H A D | EPCDebugObjectRegistrar.h | 29 class ExecutionSession; variable 42 EPCDebugObjectRegistrar(ExecutionSession &ES, ExecutorAddr RegisterFn) in EPCDebugObjectRegistrar() 48 ExecutionSession &ES; 60 ExecutionSession &ES,
|
| H A D | EPCEHFrameRegistrar.h | 22 class ExecutionSession; variable 36 Create(ExecutionSession &ES, 41 EPCEHFrameRegistrar(ExecutionSession &ES, in EPCEHFrameRegistrar() 51 ExecutionSession &ES;
|
| H A D | Mangling.h | 28 MangleAndInterner(ExecutionSession &ES, const DataLayout &DL); 32 ExecutionSession &ES; 53 static void add(ExecutionSession &ES, const ManglingOptions &MO,
|
| H A D | LazyReexports.h | 43 LazyCallThroughManager(ExecutionSession &ES, 79 ExecutionSession &ES; 91 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager() 119 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { in Create() 133 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
|
| H A D | COFFVCRuntimeSupport.h | 49 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, 68 COFFVCRuntimeBootstrapper(ExecutionSession &ES, 72 ExecutionSession &ES;
|
| H A D | EPCDynamicLibrarySearchGenerator.h | 35 EPCDynamicLibrarySearchGenerator(ExecutionSession &ES, 44 Load(ExecutionSession &ES, const char *LibraryPath, 50 GetForTargetProcess(ExecutionSession &ES,
|
| H A D | COFFPlatform.h | 43 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, 49 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() 61 static SymbolAliasMap standardPlatformAliases(ExecutionSession &ES); 143 COFFPlatform(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, 179 ExecutionSession &ES;
|
| H A D | ObjectLinkingLayer.h | 102 ObjectLinkingLayer(ExecutionSession &ES); 105 ObjectLinkingLayer(ExecutionSession &ES, 112 ObjectLinkingLayer(ExecutionSession &ES, 208 ExecutionSession &ES, 221 ExecutionSession &ES;
|
| H A D | MachOPlatform.h | 81 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, 85 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() 97 static SymbolAliasMap standardPlatformAliases(ExecutionSession &ES); 198 MachOPlatform(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, 223 ExecutionSession &ES;
|
| H A D | ObjectFileInterface.h | 26 void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES, 33 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer);
|
| H A D | Core.h | 38 class ExecutionSession; variable 55 friend class ExecutionSession; 525 friend class ExecutionSession; variable 549 ExecutionSession &getExecutionSession() const; 674 friend class ExecutionSession; variable 853 friend class ExecutionSession; variable 877 void handleComplete(ExecutionSession &ES); 903 friend class ExecutionSession; variable 964 friend class ExecutionSession; variable 981 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() [all …]
|
| H A D | ELFNixPlatform.h | 96 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, 100 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() 112 static Expected<SymbolAliasMap> standardPlatformAliases(ExecutionSession &ES, 188 ELFNixPlatform(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, 222 ExecutionSession &ES;
|
| H A D | LLJIT.h | 62 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() 190 createObjectLinkingLayer(LLJITBuilderState &S, ExecutionSession &ES); 202 std::unique_ptr<ExecutionSession> ES; 254 std::function<Expected<std::unique_ptr<ObjectLayer>>(ExecutionSession &, 264 std::unique_ptr<ExecutionSession> ES; 292 SetterImpl &setExecutionSession(std::unique_ptr<ExecutionSession> ES) { in setExecutionSession()
|
| H A D | LookupAndRecordAddrs.h | 45 unique_function<void(Error)> OnRecorded, ExecutionSession &ES, LookupKind K, 54 ExecutionSession &ES, LookupKind K, const JITDylibSearchOrder &SearchOrder,
|
| H A D | Speculation.h | 122 Speculator(ImplSymbolMap &Impl, ExecutionSession &ref) in Speculator() 161 ExecutionSession &getES() { return ES; } in getES() 167 ExecutionSession &ES; 178 IRSpeculationLayer(ExecutionSession &ES, IRLayer &BaseLayer, Speculator &Spec, in IRSpeculationLayer()
|
| H A D | DebugObjectManagerPlugin.h | 50 DebugObjectManagerPlugin(ExecutionSession &ES, 70 ExecutionSession &ES;
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectFileInterface.cpp | 25 void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES, in addInitSymbol() 41 getMachOObjectFileSymbolInfo(ExecutionSession &ES, in getMachOObjectFileSymbolInfo() 98 getELFObjectFileSymbolInfo(ExecutionSession &ES, in getELFObjectFileSymbolInfo() 152 getCOFFObjectFileSymbolInfo(ExecutionSession &ES, in getCOFFObjectFileSymbolInfo() 234 getGenericObjectFileSymbolInfo(ExecutionSession &ES, in getGenericObjectFileSymbolInfo() 274 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectFileInterface()
|
| H A D | Core.cpp | 189 void AsynchronousSymbolQuery::handleComplete(ExecutionSession &ES) { in handleComplete() 1519 JITDylib::JITDylib(ExecutionSession &ES, std::string Name) in JITDylib() 1785 ExecutionSession &ES, in lookupInitSymbols() 1834 unique_function<void(Error)> OnComplete, ExecutionSession &ES, in lookupInitSymbolsAsync() 1883 ExecutionSession::ExecutionSession(std::unique_ptr<ExecutorProcessControl> EPC) in ExecutionSession() function in llvm::orc::ExecutionSession 1889 ExecutionSession::~ExecutionSession() { in ~ExecutionSession() 1895 Error ExecutionSession::endSession() { in endSession() 1914 void ExecutionSession::registerResourceManager(ResourceManager &RM) { in registerResourceManager() 1918 void ExecutionSession::deregisterResourceManager(ResourceManager &RM) { in deregisterResourceManager() 1931 JITDylib *ExecutionSession::getJITDylibByName(StringRef Name) { in getJITDylibByName() [all …]
|
| H A D | DebugObjectManagerPlugin.cpp | 129 ExecutionSession &ES) in DebugObject() 161 ExecutionSession &ES; 197 Create(MemoryBufferRef Buffer, JITLinkContext &Ctx, ExecutionSession &ES); 216 const JITLinkDylib *JD, ExecutionSession &ES); 223 ExecutionSession &ES) in ELFDebugObject() 261 const JITLinkDylib *JD, ExecutionSession &ES) { in CreateArchType() 312 ExecutionSession &ES) { in Create() 392 createDebugObjectFromBuffer(ExecutionSession &ES, LinkGraph &G, in createDebugObjectFromBuffer() 406 ExecutionSession &ES, std::unique_ptr<DebugObjectRegistrar> Target) in DebugObjectManagerPlugin()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/include/ |
| H A D | KaleidoscopeJIT.h | 35 std::unique_ptr<ExecutionSession> ES; 46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() 73 auto ES = std::make_unique<ExecutionSession>(std::move(*EPC)); in Create()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| H A D | KaleidoscopeJIT.h | 35 std::unique_ptr<ExecutionSession> ES; 46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() 69 auto ES = std::make_unique<ExecutionSession>(std::move(*EPC)); in Create()
|
| /openbsd-src/gnu/llvm/llvm/examples/SpeculativeJIT/ |
| H A D | SpeculativeJIT.cpp | 56 auto ES = std::make_unique<ExecutionSession>(std::move(*EPC)); in Create() 82 ExecutionSession &getES() { return *ES; } in getES() 104 std::unique_ptr<ExecutionSession> ES, DataLayout DL, in SpeculativeJIT() 136 std::unique_ptr<ExecutionSession> ES;
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| H A D | KaleidoscopeJIT.h | 40 std::unique_ptr<ExecutionSession> ES; 52 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() 76 auto ES = std::make_unique<ExecutionSession>(std::move(*EPC)); in Create()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
| H A D | KaleidoscopeJIT.h | 42 std::unique_ptr<ExecutionSession> ES; 61 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() 92 auto ES = std::make_unique<ExecutionSession>(std::move(*EPC)); in Create()
|