Home
last modified time | relevance | path

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

1234567

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
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()
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 …]
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()
DMangling.cpp19 MangleAndInterner::MangleAndInterner(ExecutionSession &ES, const DataLayout &DL) in MangleAndInterner()
31 void IRSymbolMapper::add(ExecutionSession &ES, const ManglingOptions &MO, in add()
DLookupAndRecordAddrs.cpp17 unique_function<void(Error)> OnRecorded, ExecutionSession &ES, LookupKind K, in lookupAndRecordAddrs()
43 ExecutionSession &ES, LookupKind K, const JITDylibSearchOrder &SearchOrder, in lookupAndRecordAddrs()
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
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()
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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/Symbolize/
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()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h79 ExecutionSession &ES; variable
91 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager()
119 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { in Create()
DLayer.h69 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer()
114 ExecutionSession &ES; variable
DEPCDebugObjectRegistrar.h42 EPCDebugObjectRegistrar(ExecutionSession &ES, ExecutorAddr RegisterFn) in EPCDebugObjectRegistrar()
DEPCEHFrameRegistrar.h41 EPCEHFrameRegistrar(ExecutionSession &ES, in EPCEHFrameRegistrar()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h103 ExecutionSession &ES; variable
113 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager()
135 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { in Create()
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()
DLayer.h66 IRLayer(ExecutionSession &ES, in IRLayer()
106 ExecutionSession &ES; variable
DIndirectionUtils.h201 ExecutionSession &ES, in JITCompileCallbackManager()
214 ExecutionSession &ES; variable
227 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) { in Create()
240 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
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()
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()
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()
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
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.hpp153 struct ES struct
156 {
160 {
164 {
168 {
172 {
176 {
180 {
184 {
188 static const size_t MAX_ARRAY_DIMENSIONS;
[all …]
/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp94 ExternalSymbolPseudoSourceValue::ExternalSymbolPseudoSourceValue(const char *ES) in ExternalSymbolPseudoSourceValue()
133 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { in getExternalSymbolCallEntry()
/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/runtime/
DTraceCmpHooksTest.java28 private static final ExecutorService ES = Executors.newFixedThreadPool(5); field in TraceCmpHooksTest
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DPseudoSourceValue.cpp99 const char *ES, const TargetMachine &TM) in ExternalSymbolPseudoSourceValue()
140 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { in getExternalSymbolCallEntry()

1234567