Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/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 DEPCEHFrameRegistrar.h22 class ExecutionSession; variable
36 Create(ExecutionSession &ES);
40 EPCEHFrameRegistrar(ExecutionSession &ES, in EPCEHFrameRegistrar()
50 ExecutionSession &ES;
H A DEPCDebugObjectRegistrar.h28 class ExecutionSession; variable
42 EPCDebugObjectRegistrar(ExecutionSession &ES, ExecutorAddr RegisterFn) in EPCDebugObjectRegistrar()
49 ExecutionSession &ES;
61 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, ExecutorAddr ErrorHandlerAddr,
78 ExecutionSession &ES;
90 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager()
118 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) { in Create()
132 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
H A DCOFFPlatform.h43 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
51 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
57 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession()
69 static SymbolAliasMap standardPlatformAliases(ExecutionSession &ES);
148 ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
187 ExecutionSession &ES;
H A DCOFFVCRuntimeSupport.h49 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
68 COFFVCRuntimeBootstrapper(ExecutionSession &ES,
72 ExecutionSession &ES;
H A DEPCDynamicLibrarySearchGenerator.h40 ExecutionSession &ES, tpctypes::DylibHandle H,
50 Load(ExecutionSession &ES, const char *LibraryPath,
57 GetForTargetProcess(ExecutionSession &ES,
H A DDebugObjectManagerPlugin.h51 DebugObjectManagerPlugin(ExecutionSession &ES,
69 DebugObjectManagerPlugin(ExecutionSession &ES,
90 ExecutionSession &ES;
H A DObjectLinkingLayer.h101 ObjectLinkingLayer(ExecutionSession &ES);
104 ObjectLinkingLayer(ExecutionSession &ES,
111 ObjectLinkingLayer(ExecutionSession &ES,
207 ExecutionSession &ES,
220 ExecutionSession &ES;
H A DELFNixPlatform.h96 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
102 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
106 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession()
118 static Expected<SymbolAliasMap> standardPlatformAliases(ExecutionSession &ES,
191 ELFNixPlatform(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
225 ExecutionSession &ES;
H A DObjectFileInterface.h26 void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES,
33 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer);
H A DCore.h41 class ExecutionSession; variable
58 friend class ExecutionSession;
528 friend class ExecutionSession; variable
663 friend class ExecutionSession; variable
842 friend class ExecutionSession; variable
892 friend class ExecutionSession; variable
916 friend class ExecutionSession; variable
1292 ExecutionSession &ES;
1383 class ExecutionSession {
1418 ~ExecutionSession();
[all …]
H A DMachOPlatform.h122 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
130 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
136 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession()
157 static SymbolAliasMap standardPlatformAliases(ExecutionSession &ES);
289 MachOPlatform(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
318 ExecutionSession &ES;
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 DLLJIT.h63 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession()
234 createObjectLinkingLayer(LLJITBuilderState &S, ExecutionSession &ES);
246 std::unique_ptr<ExecutionSession> ES;
302 std::function<Expected<std::unique_ptr<ObjectLayer>>(ExecutionSession &,
315 std::unique_ptr<ExecutionSession> ES;
346 SetterImpl &setExecutionSession(std::unique_ptr<ExecutionSession> ES) { in setExecutionSession()
H A DExecutionUtils.h274 ExecutionSession &ES, MemoryBufferRef ObjBuffer)>;
344 Create(ExecutionSession &ES, ObjectLinkingLayer &L);
351 DLLImportDefinitionGenerator(ExecutionSession &ES, ObjectLinkingLayer &L) in DLLImportDefinitionGenerator()
363 ExecutionSession &ES;
H A DIndirectionUtils.h219 ExecutionSession &ES, in JITCompileCallbackManager()
232 ExecutionSession &ES;
245 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddress) { in Create()
258 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
475 createLocalCompileCallbackManager(const Triple &T, ExecutionSession &ES,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp26 void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES, in addInitSymbol()
42 getMachOObjectFileSymbolInfo(ExecutionSession &ES, in getMachOObjectFileSymbolInfo()
99 getELFObjectFileSymbolInfo(ExecutionSession &ES, in getELFObjectFileSymbolInfo()
153 getCOFFObjectFileSymbolInfo(ExecutionSession &ES, in getCOFFObjectFileSymbolInfo()
235 getGenericObjectFileSymbolInfo(ExecutionSession &ES, in getGenericObjectFileSymbolInfo()
275 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectFileInterface()
H A DDebugObjectManagerPlugin.cpp119 ExecutionSession &ES) in DebugObject()
156 ExecutionSession &ES;
191 Create(MemoryBufferRef Buffer, JITLinkContext &Ctx, ExecutionSession &ES);
210 const JITLinkDylib *JD, ExecutionSession &ES);
217 ExecutionSession &ES) in ELFDebugObject()
255 const JITLinkDylib *JD, ExecutionSession &ES) { in CreateArchType()
298 ExecutionSession &ES) { in Create()
377 createDebugObjectFromBuffer(ExecutionSession &ES, LinkGraph &G, in createDebugObjectFromBuffer()
391 ExecutionSession &ES, std::unique_ptr<DebugObjectRegistrar> Target, in DebugObjectManagerPlugin()
398 ExecutionSession &ES, std::unique_ptr<DebugObjectRegistrar> Target) in DebugObjectManagerPlugin()
H A DCore.cpp1825 ExecutionSession &ES, in lookupInitSymbols()
1927 ExecutionSession::ExecutionSession(std::unique_ptr<ExecutorProcessControl> EPC) in ExecutionSession() function in llvm::orc::ExecutionSession
1933 ExecutionSession::~ExecutionSession() { in ~ExecutionSession()
1939 Error ExecutionSession::endSession() { in endSession()
2095 void ExecutionSession::lookupFlags( in lookupFlags()
2121 void ExecutionSession::lookup( in lookup()
2282 void ExecutionSession::dump(raw_ostream &OS) { in dump()
2461 void ExecutionSession::OL_applyQueryPhase1( in OL_applyQueryPhase1()
2683 void ExecutionSession::OL_completeLookup( in OL_completeLookup()
2922 void ExecutionSession::OL_completeLookupFlags( in OL_completeLookupFlags()
[all …]
H A DMangling.cpp19 MangleAndInterner::MangleAndInterner(ExecutionSession &ES, const DataLayout &DL) in MangleAndInterner()
31 void IRSymbolMapper::add(ExecutionSession &ES, const ManglingOptions &MO, in add()
H A DLookupAndRecordAddrs.cpp17 unique_function<void(Error)> OnRecorded, ExecutionSession &ES, LookupKind K, in lookupAndRecordAddrs()
43 ExecutionSession &ES, LookupKind K, const JITDylibSearchOrder &SearchOrder, in lookupAndRecordAddrs()
H A DObjectLinkingLayer.cpp92 static Interface scanLinkGraph(ExecutionSession &ES, LinkGraph &G) { in scanLinkGraph()
117 static SymbolStringPtr makeInitSymbol(ExecutionSession &ES, LinkGraph &G) { in makeInitSymbol()
368 BlockDependenciesMap(ExecutionSession &ES, in BlockDependenciesMap()
428 ExecutionSession &ES;
640 ObjectLinkingLayer::ObjectLinkingLayer(ExecutionSession &ES) in ObjectLinkingLayer()
645 ObjectLinkingLayer::ObjectLinkingLayer(ExecutionSession &ES, in ObjectLinkingLayer()
652 ExecutionSession &ES, std::unique_ptr<JITLinkMemoryManager> MemMgr) in ObjectLinkingLayer()
766 ExecutionSession &ES, std::unique_ptr<EHFrameRegistrar> Registrar) in EHFrameRegistrationPlugin()

123