Home
last modified time | relevance | path

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

12345

/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDObjectFileInterface.cpp26 void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES, in addInitSymbol()
42 getMachOObjectFileSymbolInfo(ExecutionSession &ES, in getMachOObjectFileSymbolInfo()
99 getELFObjectFileSymbolInfo(ExecutionSession &ES, in getELFObjectFileSymbolInfo()
153 getCOFFObjectFileSymbolInfo(ExecutionSession &ES, in getCOFFObjectFileSymbolInfo()
235 getGenericObjectFileSymbolInfo(ExecutionSession &ES, in getGenericObjectFileSymbolInfo()
275 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectFileInterface()
HDDebugObjectManagerPlugin.cpp119 ExecutionSession &ES) in DebugObject()
156 ExecutionSession &ES; member in llvm::orc::DebugObject
217 ExecutionSession &ES) in ELFDebugObject()
255 const JITLinkDylib *JD, ExecutionSession &ES) { in CreateArchType()
298 ExecutionSession &ES) { in Create()
377 createDebugObjectFromBuffer(ExecutionSession &ES, LinkGraph &G, in createDebugObjectFromBuffer()
391 ExecutionSession &ES, std::unique_ptr<DebugObjectRegistrar> Target, in DebugObjectManagerPlugin()
398 ExecutionSession &ES, std::unique_ptr<DebugObjectRegistrar> Target) in DebugObjectManagerPlugin()
HDObjectLinkingLayer.cpp93 static Interface scanLinkGraph(ExecutionSession &ES, LinkGraph &G) { in scanLinkGraph()
118 static SymbolStringPtr makeInitSymbol(ExecutionSession &ES, LinkGraph &G) { in makeInitSymbol()
194 auto &ES = Layer.getExecutionSession(); in lookup() local
234 auto &ES = Layer.getExecutionSession(); in notifyResolved() local
393 BlockDependenciesMap(ExecutionSession &ES, in BlockDependenciesMap()
454 ExecutionSession &ES; member in llvm::orc::ObjectLinkingLayerJITLinkContext::BlockDependenciesMap
462 auto &ES = Layer.getExecutionSession(); in claimOrExternalizeWeakAndCommonSymbols() local
504 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive() local
513 auto &ES = TargetJD.getExecutionSession(); in registerDependencies() local
683 ObjectLinkingLayer::ObjectLinkingLayer(ExecutionSession &ES) in ObjectLinkingLayer()
[all …]
HDMangling.cpp19 MangleAndInterner::MangleAndInterner(ExecutionSession &ES, const DataLayout &DL) in MangleAndInterner()
31 void IRSymbolMapper::add(ExecutionSession &ES, const ManglingOptions &MO, in add()
HDLookupAndRecordAddrs.cpp17 unique_function<void(Error)> OnRecorded, ExecutionSession &ES, LookupKind K, in lookupAndRecordAddrs()
43 ExecutionSession &ES, LookupKind K, const JITDylibSearchOrder &SearchOrder, in lookupAndRecordAddrs()
HDLayer.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()
HDCompileOnDemandLayer.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
HDIRTransformLayer.cpp15 IRTransformLayer::IRTransformLayer(ExecutionSession &ES, IRLayer &BaseLayer, in IRTransformLayer()
HDRTDyldObjectLinkingLayer.cpp24 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup() local
83 ExecutionSession &ES, GetMemoryManagerFunction GetMemoryManager) in RTDyldObjectLinkingLayer()
97 auto &ES = getExecutionSession(); in emit() local
234 auto &ES = getExecutionSession(); in onObjLoad() local
HDEPCEHFrameRegistrar.cpp20 EPCEHFrameRegistrar::Create(ExecutionSession &ES) { in Create()
HDObjectTransformLayer.cpp19 ObjectTransformLayer::ObjectTransformLayer(ExecutionSession &ES, in ObjectTransformLayer()
HDIRCompileLayer.cpp16 IRCompileLayer::IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer, in IRCompileLayer()
HDEPCDebugObjectRegistrar.cpp20 ExecutionSession &ES, in createJITLoaderGDBRegistrar()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDLazyReexports.h78 ExecutionSession &ES; variable
90 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager()
118 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) { in Create()
HDLayer.h69 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer()
114 ExecutionSession &ES; variable
HDEPCDebugObjectRegistrar.h42 EPCDebugObjectRegistrar(ExecutionSession &ES, ExecutorAddr RegisterFn) in EPCDebugObjectRegistrar()
HDEPCEHFrameRegistrar.h40 EPCEHFrameRegistrar(ExecutionSession &ES, in EPCEHFrameRegistrar()
HDCOFFVCRuntimeSupport.h72 ExecutionSession &ES; variable
HDIndirectionUtils.h219 ExecutionSession &ES, in JITCompileCallbackManager()
232 ExecutionSession &ES; variable
245 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddress) { in Create()
258 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
HDExecutionUtils.h352 DLLImportDefinitionGenerator(ExecutionSession &ES, ObjectLinkingLayer &L) in DLLImportDefinitionGenerator()
364 ExecutionSession &ES; variable
HDSpeculation.h167 ExecutionSession &ES; variable
178 IRSpeculationLayer(ExecutionSession &ES, IRLayer &BaseLayer, Speculator &Spec, in IRSpeculationLayer()
/freebsd-head/sys/security/audit/
HDbsm_errno.c61 #define ES(x) x macro
63 #define ES(x) macro
/freebsd-head/contrib/openbsm/libbsm/
HDbsm_errno.c60 #define ES(x) x macro
62 #define ES(x) macro
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDPseudoSourceValue.cpp101 const char *ES, const TargetMachine &TM) in ExternalSymbolPseudoSourceValue()
147 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { in getExternalSymbolCallEntry()
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
HDDebuggerSupport.cpp33 auto &ES = J.getExecutionSession(); in enableDebuggerSupport() local

12345