/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectFileInterface.cpp | 26 void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES, in addInitSymbol() argument 42 getMachOObjectFileSymbolInfo(ExecutionSession &ES, in getMachOObjectFileSymbolInfo() argument 99 getELFObjectFileSymbolInfo(ExecutionSession &ES, in getELFObjectFileSymbolInfo() argument 153 getCOFFObjectFileSymbolInfo(ExecutionSession &ES, in getCOFFObjectFileSymbolInfo() argument 235 getGenericObjectFileSymbolInfo(ExecutionSession & ES,const object::ObjectFile & Obj) getGenericObjectFileSymbolInfo() argument 275 getObjectFileInterface(ExecutionSession & ES,MemoryBufferRef ObjBuffer) getObjectFileInterface() argument [all...] |
H A D | DebugObjectManagerPlugin.cpp | 119 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()
|
H A D | ObjectLinkingLayer.cpp | 93 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 …]
|
H A D | Mangling.cpp | 19 MangleAndInterner::MangleAndInterner(ExecutionSession &ES, const DataLayout &DL) in MangleAndInterner() 31 void IRSymbolMapper::add(ExecutionSession &ES, const ManglingOptions &MO, in add()
|
H A D | LookupAndRecordAddrs.cpp | 17 unique_function<void(Error)> OnRecorded, ExecutionSession &ES, LookupKind K, in lookupAndRecordAddrs() argument 43 ExecutionSession &ES, LookupKind K, const JITDylibSearchOrder &SearchOrder, in lookupAndRecordAddrs() argument
|
H A D | Layer.cpp | 33 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()
|
H A D | CompileOnDemandLayer.cpp | 74 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 D | IRTransformLayer.cpp | 15 IRTransformLayer::IRTransformLayer(ExecutionSession &ES, IRLayer &BaseLayer, in IRTransformLayer()
|
H A D | RTDyldObjectLinkingLayer.cpp | 24 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
|
H A D | ObjectTransformLayer.cpp | 19 ObjectTransformLayer::ObjectTransformLayer(ExecutionSession &ES, in ObjectTransformLayer()
|
H A D | EPCDebugObjectRegistrar.cpp | 20 ExecutionSession &ES, in createJITLoaderGDBRegistrar() argument
|
H A D | IRCompileLayer.cpp | 16 IRCompileLayer::IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer, in IRCompileLayer()
|
H A D | COFFVCRuntimeSupport.cpp | 23 COFFVCRuntimeBootstrapper::Create(ExecutionSession &ES, in Create() 31 ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, in COFFVCRuntimeBootstrapper()
|
H A D | EPCEHFrameRegistrar.cpp | 20 EPCEHFrameRegistrar::Create(ExecutionSession &ES) { in Create() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyReexports.h | 78 ExecutionSession &ES; variable 90 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager() 118 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) { in Create()
|
H A D | Layer.h | 69 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer() 114 ExecutionSession &ES; variable
|
H A D | EPCDebugObjectRegistrar.h | 43 : ES(ES), RegisterFn(RegisterFn) {} in EPCDebugObjectRegistrar() argument
|
H A D | EPCEHFrameRegistrar.h | 41 EPCEHFrameRegistrar(ExecutionSession & ES,ExecutorAddr RegisterEHFrameWrapperFnAddr,ExecutorAddr DeregisterEHFRameWrapperFnAddr) EPCEHFrameRegistrar() argument
|
H A D | COFFVCRuntimeSupport.h | 72 ExecutionSession &ES; variable
|
H A D | IndirectionUtils.h | 219 ExecutionSession &ES, in JITCompileCallbackManager() argument 232 ExecutionSession &ES; variable 245 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddress) { in Create() argument 258 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager() argument [all...] |
H A D | Speculation.h | 167 ExecutionSession &ES; variable 178 IRSpeculationLayer(ExecutionSession &ES, IRLayer &BaseLayer, Speculator &Spec, in IRSpeculationLayer()
|
H A D | ExecutionUtils.h | 352 DLLImportDefinitionGenerator(ExecutionSession &ES, ObjectLinkingLayer &L) in DLLImportDefinitionGenerator() 364 ExecutionSession &ES; variable
|
/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()
|