| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Layer.h | 37 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 D | EPCDebugObjectRegistrar.h | 30 class ExecutionSession; variable 43 EPCDebugObjectRegistrar(ExecutionSession &ES, JITTargetAddress RegisterFn) in EPCDebugObjectRegistrar() 49 ExecutionSession &ES; 56 createJITLoaderGDBRegistrar(ExecutionSession &ES);
|
| H A D | EPCEHFrameRegistrar.h | 21 class ExecutionSession; variable 31 Create(ExecutionSession &ES); 35 EPCEHFrameRegistrar(ExecutionSession &ES, in EPCEHFrameRegistrar() 47 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, 61 getObjectSymbolInfo(ExecutionSession &ES, MemoryBufferRef ObjBuffer);
|
| 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 | EPCDynamicLibrarySearchGenerator.h | 35 EPCDynamicLibrarySearchGenerator(ExecutionSession &ES, 44 Load(ExecutionSession &ES, const char *LibraryPath, 50 GetForTargetProcess(ExecutionSession &ES,
|
| H A D | ObjectLinkingLayer.h | 106 ObjectLinkingLayer(ExecutionSession &ES); 109 ObjectLinkingLayer(ExecutionSession &ES, 116 ObjectLinkingLayer(ExecutionSession &ES, 211 ExecutionSession &ES, 230 ExecutionSession &ES;
|
| H A D | MachOPlatform.h | 99 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 D | Core.h | 38 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 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 | Speculation.h | 123 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 D | DebugObjectManagerPlugin.h | 50 DebugObjectManagerPlugin(ExecutionSession &ES, 70 ExecutionSession &ES;
|
| H A D | ExecutorProcessControl.h | 34 class ExecutionSession; variable 39 friend class ExecutionSession; variable 124 ExecutionSession &getExecutionSession() { in getExecutionSession() 198 ExecutionSession *ES = nullptr;
|
| H A D | IndirectionUtils.h | 212 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 D | ObjectTransformLayer.h | 33 ObjectTransformLayer(ExecutionSession &ES, ObjectLayer &BaseLayer,
|
| H A D | IRTransformLayer.h | 33 IRTransformLayer(ExecutionSession &ES, IRLayer &BaseLayer,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 1705 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 D | DebugObjectManagerPlugin.cpp | 126 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 D | Mangling.cpp | 22 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 D | ObjectLinkingLayer.cpp | 47 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 D | IRTransformLayer.cpp | 15 IRTransformLayer::IRTransformLayer(ExecutionSession &ES, IRLayer &BaseLayer, in IRTransformLayer()
|
| H A D | ObjectTransformLayer.cpp | 19 ObjectTransformLayer::ObjectTransformLayer(ExecutionSession &ES, in ObjectTransformLayer()
|
| H A D | EPCDebugObjectRegistrar.cpp | 20 createJITLoaderGDBRegistrar(ExecutionSession &ES) { in createJITLoaderGDBRegistrar()
|
| H A D | IRCompileLayer.cpp | 16 IRCompileLayer::IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer, in IRCompileLayer()
|
| H A D | Layer.cpp | 34 ExecutionSession &ES, const IRSymbolMapper::ManglingOptions &MO, in IRMaterializationUnit() 160 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer()
|