| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | LazyReexports.h | 82 ExecutionSession &ES; variable 94 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager() 122 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) { in Create() 257 ExecutionSession &ES; variable 284 make_shared_helper(ExecutionSession &ES, in make_shared_helper() 314 SimpleLazyReexportsSpeculator(ExecutionSession &ES, in SimpleLazyReexportsSpeculator() 325 ExecutionSession &ES; variable
|
| H A D | ObjectLinkingLayer.h | 56 ObjectLinkingLayer(ExecutionSession &ES) in ObjectLinkingLayer() 60 ObjectLinkingLayer(ExecutionSession &ES, in ObjectLinkingLayer() 68 ObjectLinkingLayer(ExecutionSession &ES, in ObjectLinkingLayer()
|
| H A D | UnwindInfoRegistrationPlugin.h | 24 UnwindInfoRegistrationPlugin(ExecutionSession &ES, ExecutorAddr Register, in UnwindInfoRegistrationPlugin() 58 ExecutionSession &ES; variable
|
| H A D | Layer.h | 70 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer() 115 ExecutionSession &ES; variable
|
| H A D | EPCDebugObjectRegistrar.h | 43 EPCDebugObjectRegistrar(ExecutionSession &ES, ExecutorAddr RegisterFn) in EPCDebugObjectRegistrar()
|
| H A D | ReOptimizeLayer.h | 49 ReOptimizeLayer(ExecutionSession &ES, DataLayout &DL, IRLayer &BaseLayer, in ReOptimizeLayer() 165 ExecutionSession &ES; variable
|
| H A D | COFFVCRuntimeSupport.h | 73 ExecutionSession &ES; variable
|
| H A D | IndirectionUtils.h | 221 ExecutionSession &ES, in JITCompileCallbackManager() 234 ExecutionSession &ES; variable 247 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddress) { in Create() 260 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
|
| H A D | ExecutionUtils.h | 370 DLLImportDefinitionGenerator(ExecutionSession &ES, ObjectLinkingLayer &L) in DLLImportDefinitionGenerator() 382 ExecutionSession &ES; variable
|
| H A D | Speculation.h | 168 ExecutionSession &ES; variable 179 IRSpeculationLayer(ExecutionSession &ES, IRLayer &BaseLayer, Speculator &Spec, in IRSpeculationLayer()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectFileInterface.cpp | 24 void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES, in addInitSymbol() 40 getMachOObjectFileSymbolInfo(ExecutionSession &ES, in getMachOObjectFileSymbolInfo() 97 getELFObjectFileSymbolInfo(ExecutionSession &ES, in getELFObjectFileSymbolInfo() 151 getCOFFObjectFileSymbolInfo(ExecutionSession &ES, in getCOFFObjectFileSymbolInfo() 233 getXCOFFObjectFileSymbolInfo(ExecutionSession &ES, in getXCOFFObjectFileSymbolInfo() 279 getGenericObjectFileSymbolInfo(ExecutionSession &ES, in getGenericObjectFileSymbolInfo() 319 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectFileInterface()
|
| H A D | GetDylibInterface.cpp | 20 Expected<SymbolNameSet> getDylibInterfaceFromDylib(ExecutionSession &ES, in getDylibInterfaceFromDylib() 77 Expected<SymbolNameSet> getDylibInterfaceFromTapiFile(ExecutionSession &ES, in getDylibInterfaceFromTapiFile() 110 Expected<SymbolNameSet> getDylibInterface(ExecutionSession &ES, Twine Path) { in getDylibInterface()
|
| H A D | DebugObjectManagerPlugin.cpp | 117 ExecutionSession &ES) in DebugObject() 152 ExecutionSession &ES; member in llvm::orc::DebugObject 215 ExecutionSession &ES) in ELFDebugObject() 253 const JITLinkDylib *JD, ExecutionSession &ES) { in CreateArchType() 296 ExecutionSession &ES) { in Create() 376 createDebugObjectFromBuffer(ExecutionSession &ES, LinkGraph &G, in createDebugObjectFromBuffer() 390 ExecutionSession &ES, std::unique_ptr<DebugObjectRegistrar> Target, in DebugObjectManagerPlugin() 397 ExecutionSession &ES, std::unique_ptr<DebugObjectRegistrar> Target) in DebugObjectManagerPlugin()
|
| H A D | Mangling.cpp | 18 MangleAndInterner::MangleAndInterner(ExecutionSession &ES, const DataLayout &DL) in MangleAndInterner() 30 void IRSymbolMapper::add(ExecutionSession &ES, const ManglingOptions &MO, in add()
|
| H A D | CompileOnDemandLayer.cpp | 17 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr, in CompileOnDemandLayer() 31 auto &ES = getExecutionSession(); in emit() local
|
| H A D | JITLinkRedirectableSymbolManager.cpp | 26 auto &ES = ObjLinkingLayer.getExecutionSession(); in emitRedirectableSymbols() local 68 auto &ES = ObjLinkingLayer.getExecutionSession(); in redirect() local
|
| H A D | IRPartitionLayer.cpp | 70 PartitioningIRMaterializationUnit(ExecutionSession &ES, in PartitioningIRMaterializationUnit() 102 IRPartitionLayer::IRPartitionLayer(ExecutionSession &ES, IRLayer &BaseLayer) in IRPartitionLayer() 123 auto &ES = getExecutionSession(); in emit() local 192 auto &ES = getExecutionSession(); in emitPartition() local
|
| H A D | LookupAndRecordAddrs.cpp | 17 unique_function<void(Error)> OnRecorded, ExecutionSession &ES, LookupKind K, in lookupAndRecordAddrs() 43 ExecutionSession &ES, LookupKind K, const JITDylibSearchOrder &SearchOrder, in lookupAndRecordAddrs()
|
| H A D | Layer.cpp | 33 ExecutionSession &ES, const IRSymbolMapper::ManglingOptions &MO, in IRMaterializationUnit() 153 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize() local 167 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer()
|
| H A D | IRTransformLayer.cpp | 14 IRTransformLayer::IRTransformLayer(ExecutionSession &ES, IRLayer &BaseLayer, in IRTransformLayer()
|
| H A D | RTDyldObjectLinkingLayer.cpp | 27 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup() local 86 ExecutionSession &ES, GetMemoryManagerFunction GetMemoryManager) in RTDyldObjectLinkingLayer() 103 auto &ES = getExecutionSession(); in emit() local 243 auto &ES = getExecutionSession(); in onObjLoad() local
|
| H A D | ObjectTransformLayer.cpp | 19 ObjectTransformLayer::ObjectTransformLayer(ExecutionSession &ES, in ObjectTransformLayer()
|
| /freebsd/sys/security/audit/ |
| H A D | bsm_errno.c | 61 #define ES(x) x macro 63 #define ES(x) macro
|
| /freebsd/contrib/openbsm/libbsm/ |
| H A D | bsm_errno.c | 60 #define ES(x) x macro 62 #define ES(x) macro
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PseudoSourceValue.cpp | 101 const char *ES, const TargetMachine &TM) in ExternalSymbolPseudoSourceValue() 147 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { in getExternalSymbolCallEntry()
|