/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectFileInterface.cpp | 26 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 D | Mangling.cpp | 19 : 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 D | DebugObjectManagerPlugin.cpp | 119 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 D | ObjectLinkingLayer.cpp | 93 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 D | LookupAndRecordAddrs.cpp | 17 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 D | IRTransformLayer.cpp | 15 IRTransformLayer(ExecutionSession & ES,IRLayer & BaseLayer,TransformFunction Transform) IRTransformLayer() argument
|
H A D | EPCEHFrameRegistrar.cpp | 20 EPCEHFrameRegistrar::Create(ExecutionSession &ES) { in Create()
|
H A D | Layer.cpp | 33 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 D | ObjectTransformLayer.cpp | 19 ObjectTransformLayer::ObjectTransformLayer(ExecutionSession &ES, in ObjectTransformLayer()
|
H A D | CompileOnDemandLayer.cpp | 74 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 D | IRCompileLayer.cpp | 16 IRCompileLayer::IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer, in IRCompileLayer()
|
H A D | EPCDebugObjectRegistrar.cpp | 20 createJITLoaderGDBRegistrar(ExecutionSession & ES,std::optional<ExecutorAddr> RegistrationFunctionDylib) createJITLoaderGDBRegistrar() argument
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyReexports.h | 78 ExecutionSession &ES; global() variable 90 LocalLazyCallThroughManager(ExecutionSession & ES,ExecutorAddr ErrorHandlerAddr) LocalLazyCallThroughManager() argument 118 Create(ExecutionSession & ES,ExecutorAddr ErrorHandlerAddr) Create() argument [all...] |
H A D | Layer.h | 69 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer() 114 ExecutionSession &ES; variable
|
H A D | EPCDebugObjectRegistrar.h | 42 EPCDebugObjectRegistrar(ExecutionSession &ES, ExecutorAddr RegisterFn) in EPCDebugObjectRegistrar()
|
H A D | EPCEHFrameRegistrar.h | 40 EPCEHFrameRegistrar(ExecutionSession &ES, in EPCEHFrameRegistrar()
|
H A D | COFFVCRuntimeSupport.h | 72 ExecutionSession &ES; variable
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | ExecutionSessionWrapperFunctionCallsTest.cpp | 39 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 D | KaleidoscopeJIT.h | 47 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 D | KaleidoscopeJIT.h | 46 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 D | KaleidoscopeJIT.h | 52 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 D | SpeculativeJIT.cpp | 58 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 D | KaleidoscopeJIT.h | 61 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 D | attr-declspec-ignored.cpp | 15 …__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 D | DebuggerSupport.cpp | 33 auto &ES = J.getExecutionSession(); in enableDebuggerSupport() local
|