Home
last modified time | relevance | path

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

12345678910>>...20

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp41 static Interface scanLinkGraph(ExecutionSession &ES, LinkGraph &G) { in scanLinkGraph()
67 static SymbolStringPtr makeInitSymbol(ExecutionSession &ES, LinkGraph &G) { in makeInitSymbol()
140 auto &ES = Layer.getExecutionSession(); in lookup() local
183 auto &ES = Layer.getExecutionSession(); in notifyResolved() local
332 BlockDependenciesMap(ExecutionSession &ES, in BlockDependenciesMap()
392 ExecutionSession &ES; member in llvm::orc::ObjectLinkingLayerJITLinkContext::BlockDependenciesMap
400 auto &ES = Layer.getExecutionSession(); in claimOrExternalizeWeakAndCommonSymbols() local
443 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive() local
451 auto &ES = MR->getTargetJITDylib().getExecutionSession(); in computeNamedSymbolDependencies() local
606 ObjectLinkingLayer::ObjectLinkingLayer(ExecutionSession &ES) in ObjectLinkingLayer()
[all …]
H A DObjectFileInterface.cpp25 void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES, in addInitSymbol()
41 getMachOObjectFileSymbolInfo(ExecutionSession &ES, in getMachOObjectFileSymbolInfo()
98 getELFObjectFileSymbolInfo(ExecutionSession &ES, in getELFObjectFileSymbolInfo()
152 getCOFFObjectFileSymbolInfo(ExecutionSession &ES, in getCOFFObjectFileSymbolInfo()
234 getGenericObjectFileSymbolInfo(ExecutionSession &ES, in getGenericObjectFileSymbolInfo()
274 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectFileInterface()
H A DDebugObjectManagerPlugin.cpp129 ExecutionSession &ES) in DebugObject()
161 ExecutionSession &ES; member in llvm::orc::DebugObject
223 ExecutionSession &ES) in ELFDebugObject()
261 const JITLinkDylib *JD, ExecutionSession &ES) { in CreateArchType()
312 ExecutionSession &ES) { in Create()
392 createDebugObjectFromBuffer(ExecutionSession &ES, LinkGraph &G, in createDebugObjectFromBuffer()
406 ExecutionSession &ES, std::unique_ptr<DebugObjectRegistrar> Target) in DebugObjectManagerPlugin()
H A DOrcV2CBindings.cpp338 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter()
345 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES) { in LLVMOrcExecutionSessionGetSymbolStringPool()
355 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name) { in LLVMOrcExecutionSessionIntern()
361 LLVMOrcExecutionSessionRef ES, LLVMOrcLookupKind K, in LLVMOrcExecutionSessionLookup()
635 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateBareJITDylib()
641 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateJITDylib()
652 LLVMOrcExecutionSessionGetJITDylibByName(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionGetJITDylibByName()
958 [=](ExecutionSession &ES, const Triple &TT) { in LLVMOrcLLJITBuilderSetObjectLinkingLayerCreator()
1066 LLVMOrcExecutionSessionRef ES) { in LLVMOrcCreateRTDyldObjectLinkingLayerWithSectionMemoryManager()
1074 LLVMOrcExecutionSessionRef ES, void *CreateContextCtx, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
[all …]
H A DCompileOnDemandLayer.cpp74 PartitioningIRMaterializationUnit(ExecutionSession &ES, in PartitioningIRMaterializationUnit()
116 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr, in CompileOnDemandLayer()
133 auto &ES = getExecutionSession(); in emit() local
268 auto &ES = getExecutionSession(); in emitPartition() local
H A DRTDyldObjectLinkingLayer.cpp22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup() local
83 ExecutionSession &ES, GetMemoryManagerFunction GetMemoryManager) in RTDyldObjectLinkingLayer()
97 auto &ES = getExecutionSession(); in emit() local
233 auto &ES = getExecutionSession(); in onObjLoad() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.hpp153 struct ES struct
156 {
160 {
164 {
168 {
172 {
176 {
180 {
184 {
188 static const size_t MAX_ARRAY_DIMENSIONS;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp57 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()
H A DRTDyldObjectLinkingLayer.cpp22 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()
H A DLayer.cpp26 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()
H A DCompileOnDemandLayer.cpp70 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h72 raw_ostream &ES; variable
88 PlainPrinterBase(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in PlainPrinterBase()
113 LLVMPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in LLVMPrinter()
122 GNUPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in GNUPrinter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h78 ExecutionSession &ES; variable
90 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager()
118 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) { in Create()
DIndirectionUtils.h219 ExecutionSession &ES, in JITCompileCallbackManager()
232 ExecutionSession &ES; variable
245 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddress) { in Create()
258 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h78 ExecutionSession &ES; variable
90 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager()
118 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) { in Create()
DIndirectionUtils.h219 ExecutionSession &ES, in JITCompileCallbackManager()
232 ExecutionSession &ES; variable
245 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddress) { in Create()
258 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h78 ExecutionSession &ES; variable
90 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager()
118 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) { in Create()
DIndirectionUtils.h219 ExecutionSession &ES, in JITCompileCallbackManager()
232 ExecutionSession &ES; variable
245 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddress) { in Create()
258 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h78 ExecutionSession &ES; variable
90 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager()
118 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) { in Create()
DIndirectionUtils.h219 ExecutionSession &ES, in JITCompileCallbackManager()
232 ExecutionSession &ES; variable
245 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddress) { in Create()
258 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h79 ExecutionSession &ES; variable
91 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager()
119 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { in Create()
H A DIndirectionUtils.h219 ExecutionSession &ES, in JITCompileCallbackManager()
232 ExecutionSession &ES; variable
245 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) { in Create()
258 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h103 ExecutionSession &ES; variable
113 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager()
135 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { in Create()
H A DIndirectionUtils.h201 ExecutionSession &ES, in JITCompileCallbackManager()
214 ExecutionSession &ES; variable
227 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) { in Create()
240 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
H A DLegacy.h143 lookupWithLegacyFn(ExecutionSession &ES, AsynchronousSymbolQuery &Query, in lookupWithLegacyFn()
178 LegacyLookupFnResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, in LegacyLookupFnResolver()
206 createLegacyLookupResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, in createLegacyLookupResolver()

12345678910>>...20