Home
last modified time | relevance | path

Searched defs:ES (Results 1 – 25 of 127) sorted by relevance

123456

/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp26 addInitSymbol(MaterializationUnit::Interface & I,ExecutionSession & ES,StringRef ObjFileName) addInitSymbol() argument
42 getMachOObjectFileSymbolInfo(ExecutionSession & ES,const object::MachOObjectFile & Obj) getMachOObjectFileSymbolInfo() argument
99 getELFObjectFileSymbolInfo(ExecutionSession & ES,const object::ELFObjectFileBase & Obj) getELFObjectFileSymbolInfo() argument
153 getCOFFObjectFileSymbolInfo(ExecutionSession & ES,const object::COFFObjectFile & Obj) getCOFFObjectFileSymbolInfo() argument
235 getGenericObjectFileSymbolInfo(ExecutionSession & ES,const object::ObjectFile & Obj) getGenericObjectFileSymbolInfo() argument
275 getObjectFileInterface(ExecutionSession & ES,MemoryBufferRef ObjBuffer) getObjectFileInterface() argument
[all...]
H A DMangling.cpp19 : ES(ES), DL(DL) {} in MangleAndInterner() argument
31 add(ExecutionSession & ES,const ManglingOptions & MO,ArrayRef<GlobalValue * > GVs,SymbolFlagsMap & SymbolFlags,SymbolNameToDefinitionMap * SymbolToDefinition) add() argument
H A DDebugObjectManagerPlugin.cpp119 DebugObject(JITLinkMemoryManager & MemMgr,const JITLinkDylib * JD,ExecutionSession & ES) DebugObject() argument
156 ExecutionSession &ES; global() member in llvm::orc::DebugObject
217 ELFDebugObject(std::unique_ptr<WritableMemoryBuffer> Buffer,JITLinkMemoryManager & MemMgr,const JITLinkDylib * JD,ExecutionSession & ES) ELFDebugObject() argument
255 CreateArchType(MemoryBufferRef Buffer,JITLinkMemoryManager & MemMgr,const JITLinkDylib * JD,ExecutionSession & ES) CreateArchType() argument
298 Create(MemoryBufferRef Buffer,JITLinkContext & Ctx,ExecutionSession & ES) Create() argument
377 createDebugObjectFromBuffer(ExecutionSession & ES,LinkGraph & G,JITLinkContext & Ctx,MemoryBufferRef ObjBuffer) createDebugObjectFromBuffer() argument
391 DebugObjectManagerPlugin(ExecutionSession & ES,std::unique_ptr<DebugObjectRegistrar> Target,bool RequireDebugSections,bool AutoRegisterCode) DebugObjectManagerPlugin() argument
398 DebugObjectManagerPlugin(ExecutionSession & ES,std::unique_ptr<DebugObjectRegistrar> Target) DebugObjectManagerPlugin() argument
[all...]
H A DObjectLinkingLayer.cpp93 scanLinkGraph(ExecutionSession & ES,LinkGraph & G) scanLinkGraph() argument
118 makeInitSymbol(ExecutionSession & ES,LinkGraph & G) makeInitSymbol() argument
194 auto &ES = Layer.getExecutionSession(); lookup() local
234 auto &ES = Layer.getExecutionSession(); notifyResolved() local
393 BlockDependenciesMap(ExecutionSession & ES,DenseMap<const Block *,DenseSet<Block * >> BlockDeps) BlockDependenciesMap() argument
454 ExecutionSession &ES; global() member in llvm::orc::ObjectLinkingLayerJITLinkContext::BlockDependenciesMap
462 auto &ES = Layer.getExecutionSession(); claimOrExternalizeWeakAndCommonSymbols() local
504 auto &ES = Layer.getExecutionSession(); markResponsibilitySymbolsLive() local
513 auto &ES = TargetJD.getExecutionSession(); registerDependencies() local
683 ObjectLinkingLayer(ExecutionSession & ES) ObjectLinkingLayer() argument
688 ObjectLinkingLayer(ExecutionSession & ES,JITLinkMemoryManager & MemMgr) ObjectLinkingLayer() argument
695 ObjectLinkingLayer(ExecutionSession & ES,std::unique_ptr<JITLinkMemoryManager> MemMgr) ObjectLinkingLayer() argument
792 EHFrameRegistrationPlugin(ExecutionSession & ES,std::unique_ptr<EHFrameRegistrar> Registrar) EHFrameRegistrationPlugin() argument
H A DLookupAndRecordAddrs.cpp17 unique_function<void(Error)> OnRecorded, ExecutionSession &ES, LookupKind K, in lookupAndRecordAddrs() argument
43 ExecutionSession &ES, LookupKind K, const JITDylibSearchOrder &SearchOrder, in lookupAndRecordAddrs() argument
H A DIRTransformLayer.cpp15 IRTransformLayer(ExecutionSession & ES,IRLayer & BaseLayer,TransformFunction Transform) IRTransformLayer() argument
H A DEPCEHFrameRegistrar.cpp20 EPCEHFrameRegistrar::Create(ExecutionSession &ES) { in Create()
H A DLayer.cpp33 ExecutionSession &ES, const IRSymbolMapper::ManglingOptions &MO, in IRMaterializationUnit()
152 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize() local
166 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer()
H A DObjectTransformLayer.cpp19 ObjectTransformLayer::ObjectTransformLayer(ExecutionSession &ES, in ObjectTransformLayer()
H A DCompileOnDemandLayer.cpp74 PartitioningIRMaterializationUnit(ExecutionSession & ES,const IRSymbolMapper::ManglingOptions & MO,ThreadSafeModule TSM,CompileOnDemandLayer & Parent) PartitioningIRMaterializationUnit() argument
116 CompileOnDemandLayer(ExecutionSession & ES,IRLayer & BaseLayer,LazyCallThroughManager & LCTMgr,IndirectStubsManagerBuilder BuildIndirectStubsManager) CompileOnDemandLayer() argument
133 auto &ES = getExecutionSession(); emit() local
268 auto &ES = getExecutionSession(); emitPartition() local
H A DIRCompileLayer.cpp16 IRCompileLayer::IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer, in IRCompileLayer()
H A DEPCDebugObjectRegistrar.cpp20 createJITLoaderGDBRegistrar(ExecutionSession & ES,std::optional<ExecutorAddr> RegistrationFunctionDylib) createJITLoaderGDBRegistrar() argument
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h78 ExecutionSession &ES; global() variable
90 LocalLazyCallThroughManager(ExecutionSession & ES,ExecutorAddr ErrorHandlerAddr) LocalLazyCallThroughManager() argument
118 Create(ExecutionSession & ES,ExecutorAddr ErrorHandlerAddr) Create() argument
[all...]
H A DLayer.h69 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer()
114 ExecutionSession &ES; variable
H A DEPCDebugObjectRegistrar.h42 EPCDebugObjectRegistrar(ExecutionSession &ES, ExecutorAddr RegisterFn) in EPCDebugObjectRegistrar()
H A DEPCEHFrameRegistrar.h40 EPCEHFrameRegistrar(ExecutionSession &ES, in EPCEHFrameRegistrar()
H A DCOFFVCRuntimeSupport.h72 ExecutionSession &ES; variable
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DExecutionSessionWrapperFunctionCallsTest.cpp39 ExecutionSession ES(cantFail(SelfExecutorProcessControl::Create())); TEST() local
50 ExecutionSession ES(cantFail(SelfExecutorProcessControl::Create())); TEST() local
63 ExecutionSession ES(cantFail(SelfExecutorProcessControl::Create())); TEST() local
83 ExecutionSession ES(cantFail(SelfExecutorProcessControl::Create())); TEST() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h47 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT()
74 auto ES = std::make_unique<ExecutionSession>(std::move(*EPC)); in Create() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT()
69 auto ES = std::make_unique<ExecutionSession>(std::move(*EPC)); in Create() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h52 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT()
76 auto ES = std::make_unique<ExecutionSession>(std::move(*EPC)); in Create() local
/llvm-project/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp58 auto ES = std::make_unique<ExecutionSession>(std::move(*EPC)); Create() local
106 SpeculativeJIT(std::unique_ptr<ExecutionSession> ES,DataLayout DL,orc::JITTargetMachineBuilder JTMB,std::unique_ptr<LazyCallThroughManager> LCTMgr,IndirectStubsManagerBuilderFunction ISMBuilder,std::unique_ptr<DynamicLibrarySearchGenerator> ProcessSymbolsGenerator) SpeculativeJIT() argument
130 std::unique_ptr<ExecutionSession> ES; global() member in SpeculativeJIT
[all...]
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h61 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES,std::unique_ptr<EPCIndirectionUtils> EPCIU,JITTargetMachineBuilder JTMB,DataLayout DL) KaleidoscopeJIT() argument
92 auto ES = std::make_unique<ExecutionSession>(std::move(*EPC)); Create() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dattr-declspec-ignored.cpp15 …__attribute__((visibility("hidden"))) __attribute__((aligned)) enum struct ES {}; // expected-war… enum
30 …__attribute__((visibility("hidden"))) __attribute__((aligned)) enum struct ES {}; // expected-war… enum
57 __attribute__((visibility("hidden"))) __attribute__((aligned)) enum struct ES {} es; enum
65 __attribute__((visibility("hidden"))) __attribute__((aligned)) enum struct ES {} es; enum
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupport.cpp33 auto &ES = J.getExecutionSession(); in enableDebuggerSupport() local

123456