Home
last modified time | relevance | path

Searched refs:ExecutionSession (Results 1 – 25 of 71) sorted by relevance

123

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h37 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 DEPCDebugObjectRegistrar.h29 class ExecutionSession; variable
42 EPCDebugObjectRegistrar(ExecutionSession &ES, ExecutorAddr RegisterFn) in EPCDebugObjectRegistrar()
48 ExecutionSession &ES;
60 ExecutionSession &ES,
H A DEPCEHFrameRegistrar.h22 class ExecutionSession; variable
36 Create(ExecutionSession &ES,
41 EPCEHFrameRegistrar(ExecutionSession &ES, in EPCEHFrameRegistrar()
51 ExecutionSession &ES;
H A DMangling.h28 MangleAndInterner(ExecutionSession &ES, const DataLayout &DL);
32 ExecutionSession &ES;
53 static void add(ExecutionSession &ES, const ManglingOptions &MO,
H A DLazyReexports.h43 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 DCOFFVCRuntimeSupport.h49 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
68 COFFVCRuntimeBootstrapper(ExecutionSession &ES,
72 ExecutionSession &ES;
H A DEPCDynamicLibrarySearchGenerator.h35 EPCDynamicLibrarySearchGenerator(ExecutionSession &ES,
44 Load(ExecutionSession &ES, const char *LibraryPath,
50 GetForTargetProcess(ExecutionSession &ES,
H A DCOFFPlatform.h43 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 DObjectLinkingLayer.h102 ObjectLinkingLayer(ExecutionSession &ES);
105 ObjectLinkingLayer(ExecutionSession &ES,
112 ObjectLinkingLayer(ExecutionSession &ES,
208 ExecutionSession &ES,
221 ExecutionSession &ES;
H A DMachOPlatform.h81 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 DObjectFileInterface.h26 void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES,
33 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer);
H A DCore.h38 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 DELFNixPlatform.h96 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 DLLJIT.h62 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 DLookupAndRecordAddrs.h45 unique_function<void(Error)> OnRecorded, ExecutionSession &ES, LookupKind K,
54 ExecutionSession &ES, LookupKind K, const JITDylibSearchOrder &SearchOrder,
H A DSpeculation.h122 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 DDebugObjectManagerPlugin.h50 DebugObjectManagerPlugin(ExecutionSession &ES,
70 ExecutionSession &ES;
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp25 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 DCore.cpp189 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 DDebugObjectManagerPlugin.cpp129 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 DKaleidoscopeJIT.h35 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 DKaleidoscopeJIT.h35 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 DSpeculativeJIT.cpp56 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 DKaleidoscopeJIT.h40 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 DKaleidoscopeJIT.h42 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()

123