/external/llvm-project/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 36 std::unique_ptr<ExecutionSession> ES; variable 48 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() 73 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 36 std::unique_ptr<ExecutionSession> ES; variable 48 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() 73 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | KaleidoscopeJIT.h | 41 std::unique_ptr<ExecutionSession> ES; variable 54 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() 80 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LazyReexports.h | 79 ExecutionSession &ES; variable 91 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager() 119 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { in Create()
|
D | Layer.h | 68 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer() 113 ExecutionSession &ES; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LazyReexports.h | 103 ExecutionSession &ES; variable 113 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager() 135 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { in Create()
|
D | Legacy.h | 143 lookupWithLegacyFn(ExecutionSession &ES, AsynchronousSymbolQuery &Query, in lookupWithLegacyFn() 178 LegacyLookupFnResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, in LegacyLookupFnResolver() 206 createLegacyLookupResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, in createLegacyLookupResolver()
|
D | Layer.h | 66 IRLayer(ExecutionSession &ES, in IRLayer() 106 ExecutionSession &ES; variable
|
D | IndirectionUtils.h | 201 ExecutionSession &ES, in JITCompileCallbackManager() 214 ExecutionSession &ES; variable 227 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) { in Create() 240 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | KaleidoscopeJIT.h | 43 std::unique_ptr<ExecutionSession> ES; variable 63 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() 95 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.cpp | 22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup() local 79 ExecutionSession &ES, GetMemoryManagerFunction GetMemoryManager) in RTDyldObjectLinkingLayer() 98 auto &ES = getExecutionSession(); in emit() local 168 auto &ES = getExecutionSession(); in onObjLoad() local 263 ExecutionSession &ES, ResourcesGetter GetResources, in LegacyRTDyldObjectLinkingLayer()
|
D | Layer.cpp | 26 IRMaterializationUnit::IRMaterializationUnit(ExecutionSession &ES, in IRMaterializationUnit() 125 auto &ES = R.getTargetJITDylib().getExecutionSession(); in materialize() local 137 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer() 187 Expected<SymbolFlagsMap> getObjectSymbolFlags(ExecutionSession &ES, in getObjectSymbolFlags()
|
D | ObjectLinkingLayer.cpp | 57 auto &ES = Layer.getExecutionSession(); in lookup() local 95 auto &ES = Layer.getExecutionSession(); in notifyResolved() local 183 auto &ES = Layer.getExecutionSession(); in externalizeWeakAndCommonSymbols() local 200 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive() local 208 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in computeNamedSymbolDependencies() local 242 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in computeAnonDeps() local 332 ExecutionSession &ES, std::unique_ptr<JITLinkMemoryManager> MemMgr) in ObjectLinkingLayer()
|
D | CompileOnDemandLayer.cpp | 70 PartitioningIRMaterializationUnit(ExecutionSession &ES, in PartitioningIRMaterializationUnit() 114 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr, in CompileOnDemandLayer() 131 auto &ES = getExecutionSession(); in emit() local 251 auto &ES = getExecutionSession(); in emitPartition() local
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | Mangling.cpp | 21 MangleAndInterner::MangleAndInterner(ExecutionSession &ES, const DataLayout &DL) in MangleAndInterner() 33 void IRSymbolMapper::add(ExecutionSession &ES, const ManglingOptions &MO, in add() 86 getObjectSymbolInfo(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectSymbolInfo()
|
D | ObjectLinkingLayer.cpp | 60 auto &ES = Layer.getExecutionSession(); in lookup() local 103 auto &ES = Layer.getExecutionSession(); in notifyResolved() local 240 auto &ES = Layer.getExecutionSession(); in externalizeWeakAndCommonSymbols() local 257 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive() local 265 auto &ES = MR->getTargetJITDylib().getExecutionSession(); in computeNamedSymbolDependencies() local 393 auto &ES = Layer.getExecutionSession(); in computeLocalDeps() local 445 ObjectLinkingLayer::ObjectLinkingLayer(ExecutionSession &ES, in ObjectLinkingLayer() 452 ExecutionSession &ES, std::unique_ptr<JITLinkMemoryManager> MemMgr) in ObjectLinkingLayer() 538 ExecutionSession &ES, std::unique_ptr<EHFrameRegistrar> Registrar) in EHFrameRegistrationPlugin()
|
D | OrcV2CBindings.cpp | 167 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter() 174 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES) { in LLVMOrcExecutionSessionGetSymbolStringPool() 183 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name) { in LLVMOrcExecutionSessionIntern() 260 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateBareJITDylib() 266 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateJITDylib() 277 LLVMOrcExecutionSessionGetJITDylibByName(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionGetJITDylibByName() 417 [=](ExecutionSession &ES, const Triple &TT) { in LLVMOrcLLJITBuilderSetObjectLinkingLayerCreator() 516 LLVMOrcExecutionSessionRef ES) { in LLVMOrcCreateRTDyldObjectLinkingLayerWithSectionMemoryManager()
|
D | Layer.cpp | 34 ExecutionSession &ES, const IRSymbolMapper::ManglingOptions &MO, in IRMaterializationUnit() 146 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize() local 158 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer()
|
D | CompileOnDemandLayer.cpp | 74 PartitioningIRMaterializationUnit(ExecutionSession &ES, in PartitioningIRMaterializationUnit() 117 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr, in CompileOnDemandLayer() 134 auto &ES = getExecutionSession(); in emit() local 267 auto &ES = getExecutionSession(); in emitPartition() local
|
D | RTDyldObjectLinkingLayer.cpp | 22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup() local 79 ExecutionSession &ES, GetMemoryManagerFunction GetMemoryManager) in RTDyldObjectLinkingLayer() 93 auto &ES = getExecutionSession(); in emit() local 195 auto &ES = getExecutionSession(); in onObjLoad() local
|
/external/llvm-project/llvm/examples/SpeculativeJIT/ |
D | SpeculativeJIT.cpp | 52 auto ES = std::make_unique<ExecutionSession>(); in Create() local 100 std::unique_ptr<ExecutionSession> ES, DataLayout DL, in SpeculativeJIT() 134 std::unique_ptr<ExecutionSession> ES; member in SpeculativeJIT
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 130 std::unique_ptr<ExecutionSession> ES; variable 150 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() 180 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cArrayOfArraysTests.hpp | 152 struct ES struct 155 { 159 { 163 { 167 { 171 { 175 { 179 { 183 { 187 static const size_t MAX_ARRAY_DIMENSIONS; [all …]
|
/external/llvm/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 94 ExternalSymbolPseudoSourceValue::ExternalSymbolPseudoSourceValue(const char *ES) in ExternalSymbolPseudoSourceValue() 133 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { in getExternalSymbolCallEntry()
|
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayerTest.cpp | 49 ExecutionSession ES; in testSetProcessAllSections() local 155 ExecutionSession ES; in TEST() local 225 ExecutionSession ES; in TEST() local
|