Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h37 IRMaterializationUnit(ExecutionSession &ES,
61 static SymbolStringPtr getInitSymbol(ExecutionSession &ES,
70 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer()
76 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession()
115 ExecutionSession &ES;
138 ObjectLayer(ExecutionSession &ES);
142 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession()
157 ExecutionSession &ES;
H A DEPCDebugObjectRegistrar.h30 class ExecutionSession; variable
43 EPCDebugObjectRegistrar(ExecutionSession &ES, JITTargetAddress RegisterFn) in EPCDebugObjectRegistrar()
49 ExecutionSession &ES;
56 createJITLoaderGDBRegistrar(ExecutionSession &ES);
H A DEPCEHFrameRegistrar.h21 class ExecutionSession; variable
31 Create(ExecutionSession &ES);
35 EPCEHFrameRegistrar(ExecutionSession &ES, in EPCEHFrameRegistrar()
47 ExecutionSession &ES;
H A DMangling.h28 MangleAndInterner(ExecutionSession &ES, const DataLayout &DL);
32 ExecutionSession &ES;
53 static void add(ExecutionSession &ES, const ManglingOptions &MO,
61 getObjectSymbolInfo(ExecutionSession &ES, MemoryBufferRef ObjBuffer);
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 DEPCDynamicLibrarySearchGenerator.h35 EPCDynamicLibrarySearchGenerator(ExecutionSession &ES,
44 Load(ExecutionSession &ES, const char *LibraryPath,
50 GetForTargetProcess(ExecutionSession &ES,
H A DObjectLinkingLayer.h106 ObjectLinkingLayer(ExecutionSession &ES);
109 ObjectLinkingLayer(ExecutionSession &ES,
116 ObjectLinkingLayer(ExecutionSession &ES,
211 ExecutionSession &ES,
230 ExecutionSession &ES;
H A DMachOPlatform.h99 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
103 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession()
114 static SymbolAliasMap standardPlatformAliases(ExecutionSession &ES);
193 MachOPlatform(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
227 ExecutionSession &ES;
H A DCore.h38 class ExecutionSession; variable
55 friend class ExecutionSession;
507 friend class ExecutionSession; variable
527 ExecutionSession &getExecutionSession();
651 friend class ExecutionSession; variable
814 friend class ExecutionSession; variable
864 friend class ExecutionSession; variable
911 friend class ExecutionSession; variable
1188 ExecutionSession &ES;
1232 lookupInitSymbols(ExecutionSession &ES,
[all …]
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 DSpeculation.h123 Speculator(ImplSymbolMap &Impl, ExecutionSession &ref) in Speculator()
162 ExecutionSession &getES() { return ES; } in getES()
168 ExecutionSession &ES;
178 IRSpeculationLayer(ExecutionSession &ES, IRCompileLayer &BaseLayer, in IRSpeculationLayer()
H A DDebugObjectManagerPlugin.h50 DebugObjectManagerPlugin(ExecutionSession &ES,
70 ExecutionSession &ES;
H A DExecutorProcessControl.h34 class ExecutionSession; variable
39 friend class ExecutionSession; variable
124 ExecutionSession &getExecutionSession() { in getExecutionSession()
198 ExecutionSession *ES = nullptr;
H A DIndirectionUtils.h212 ExecutionSession &ES, in JITCompileCallbackManager()
225 ExecutionSession &ES;
238 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) { in Create()
251 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
470 createLocalCompileCallbackManager(const Triple &T, ExecutionSession &ES,
H A DObjectTransformLayer.h33 ObjectTransformLayer(ExecutionSession &ES, ObjectLayer &BaseLayer,
H A DIRTransformLayer.h33 IRTransformLayer(ExecutionSession &ES, IRLayer &BaseLayer,
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1705 ExecutionSession &ES, in lookupInitSymbols()
1805 ExecutionSession::ExecutionSession(std::unique_ptr<ExecutorProcessControl> EPC) in ExecutionSession() function in llvm::orc::ExecutionSession
1811 Error ExecutionSession::endSession() { in endSession()
1922 void ExecutionSession::lookupFlags( in lookupFlags()
1948 void ExecutionSession::lookup( in lookup()
2088 void ExecutionSession::runJITDispatchHandler( in runJITDispatchHandler()
2109 void ExecutionSession::dump(raw_ostream &OS) { in dump()
2252 void ExecutionSession::OL_applyQueryPhase1( in OL_applyQueryPhase1()
2429 void ExecutionSession::OL_completeLookup( in OL_completeLookup()
2668 void ExecutionSession::OL_completeLookupFlags( in OL_completeLookupFlags()
[all …]
H A DDebugObjectManagerPlugin.cpp126 DebugObject(JITLinkContext &Ctx, ExecutionSession &ES) : Ctx(Ctx), ES(ES) {} in DebugObject()
151 ExecutionSession &ES;
185 Create(MemoryBufferRef Buffer, JITLinkContext &Ctx, ExecutionSession &ES);
205 ExecutionSession &ES);
211 JITLinkContext &Ctx, ExecutionSession &ES) in ELFDebugObject()
248 ExecutionSession &ES) { in CreateArchType()
296 ExecutionSession &ES) { in Create()
378 createDebugObjectFromBuffer(ExecutionSession &ES, LinkGraph &G, in createDebugObjectFromBuffer()
392 ExecutionSession &ES, std::unique_ptr<DebugObjectRegistrar> Target) in DebugObjectManagerPlugin()
H A DMangling.cpp22 MangleAndInterner::MangleAndInterner(ExecutionSession &ES, const DataLayout &DL) in MangleAndInterner()
34 void IRSymbolMapper::add(ExecutionSession &ES, const ManglingOptions &MO, in add()
87 getObjectSymbolInfo(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectSymbolInfo()
H A DObjectLinkingLayer.cpp47 static LinkGraphInterface scanLinkGraph(ExecutionSession &ES, LinkGraph &G) { in scanLinkGraph()
85 static SymbolStringPtr makeInitSymbol(ExecutionSession &ES, LinkGraph &G) { in makeInitSymbol()
343 BlockDependenciesMap(ExecutionSession &ES, in BlockDependenciesMap()
403 ExecutionSession &ES;
610 ObjectLinkingLayer::ObjectLinkingLayer(ExecutionSession &ES) in ObjectLinkingLayer()
615 ObjectLinkingLayer::ObjectLinkingLayer(ExecutionSession &ES, in ObjectLinkingLayer()
622 ExecutionSession &ES, std::unique_ptr<JITLinkMemoryManager> MemMgr) in ObjectLinkingLayer()
731 ExecutionSession &ES, std::unique_ptr<EHFrameRegistrar> Registrar) in EHFrameRegistrationPlugin()
H A DIRTransformLayer.cpp15 IRTransformLayer::IRTransformLayer(ExecutionSession &ES, IRLayer &BaseLayer, in IRTransformLayer()
H A DObjectTransformLayer.cpp19 ObjectTransformLayer::ObjectTransformLayer(ExecutionSession &ES, in ObjectTransformLayer()
H A DEPCDebugObjectRegistrar.cpp20 createJITLoaderGDBRegistrar(ExecutionSession &ES) { in createJITLoaderGDBRegistrar()
H A DIRCompileLayer.cpp16 IRCompileLayer::IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer, in IRCompileLayer()
H A DLayer.cpp34 ExecutionSession &ES, const IRSymbolMapper::ManglingOptions &MO, in IRMaterializationUnit()
160 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer()

12