Searched defs:ES (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectTransformLayer.cpp15 ObjectTransformLayer::ObjectTransformLayer(ExecutionSession &ES, argument
H A DIRTransformLayer.cpp15 IRTransformLayer::IRTransformLayer(ExecutionSession &ES, IRLayer &BaseLayer, argument
H A DIRCompileLayer.cpp16 IRCompileLayer::IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer, argument
H A DLegacy.cpp16 JITSymbolResolverAdapter( ExecutionSession &ES, SymbolResolver &R, MaterializationResponsibility *MR) argument
H A DIndirectionUtils.cpp119 createLocalCompileCallbackManager(const Triple &T, ExecutionSession &ES, argument
[all...]
H A DLayer.cpp26 IRMaterializationUnit::IRMaterializationUnit(ExecutionSession &ES, argument
125 auto &ES = R.getTargetJITDylib().getExecutionSession(); local
137 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} argument
187 Expected<SymbolFlagsMap> getObjectSymbolFlags(ExecutionSession &ES, argument
[all...]
H A DRTDyldObjectLinkingLayer.cpp22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); local
98 auto &ES = getExecutionSession(); local
168 auto &ES = getExecutionSession(); local
78 RTDyldObjectLinkingLayer( ExecutionSession &ES, GetMemoryManagerFunction GetMemoryManager) argument
262 LegacyRTDyldObjectLinkingLayer( ExecutionSession &ES, ResourcesGetter GetResources, NotifyLoadedFtor NotifyLoaded, NotifyFinalizedFtor NotifyFinalized, NotifyFreedFtor NotifyFreed) argument
[all...]
H A DLLJIT.cpp87 LLJIT::createObjectLinkingLayer(LLJITBuilderState &S, ExecutionSession &ES) { argument
[all...]
H A DLazyReexports.cpp86 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, argument
21 LazyCallThroughManager( ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr, std::unique_ptr<TrampolinePool> TP) argument
[all...]
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c60 #define ES(x) x macro
62 #define ES(x) macro
[all...]
/freebsd-11-stable/sys/security/audit/
H A Dbsm_errno.c62 #define ES(x) x macro
64 #define ES(x) macro
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h20 #undef ES macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp184 MachinePointerInfo MipsFunctionInfo::callPtrInfo(const char *ES) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLegacy.h101 ExecutionSession &ES; member in class:llvm::orc::JITSymbolResolverAdapter
143 lookupWithLegacyFn(ExecutionSession &ES, AsynchronousSymbolQuery &Query, argument
178 LegacyLookupFnResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, argument
199 ExecutionSession &ES; member in class:llvm::orc::final
206 createLegacyLookupResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, std::function<void(Error)> ErrorReporter) argument
[all...]
H A DLayer.h66 IRLayer(ExecutionSession &ES, argument
106 ExecutionSession &ES; member in class:llvm::orc::IRLayer
144 ExecutionSession &ES; member in class:llvm::orc::ObjectLayer
[all...]
H A DLazyReexports.h103 ExecutionSession &ES; member in class:llvm::orc::LazyCallThroughManager
113 LocalLazyCallThroughManager(ExecutionSession &ES, argument
135 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { argument
H A DIndirectionUtils.h214 ExecutionSession &ES; member in class:llvm::orc::JITCompileCallbackManager
227 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) { argument
240 LocalJITCompileCallbackManager(ExecutionSession &ES, argument
200 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) argument
[all...]
H A DLLJIT.h139 std::unique_ptr<ExecutionSession> ES; member in class:llvm::orc::LLJIT
H A DSpeculation.h172 ExecutionSession &ES; member in class:llvm::orc::Speculator
182 IRSpeculationLayer(ExecutionSession &ES, IRCompileLayer &BaseLayer, argument
H A DRTDyldObjectLinkingLayer.h468 ExecutionSession &ES; member in namespace:llvm::orc
369 LegacyRTDyldObjectLinkingLayer( ORCv1DeprecationAcknowledgement, ExecutionSession &ES, ResourcesGetter GetResources, NotifyLoadedFtor NotifyLoaded = NotifyLoadedFtor(), NotifyFinalizedFtor NotifyFinalized = NotifyFinalizedFtor(), NotifyFreedFtor NotifyFreed = NotifyFreedFtor()) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp146 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { argument
102 ExternalSymbolPseudoSourceValue( const char *ES, const TargetInstrInfo &TII) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h144 const char *ES; member in class:llvm::ExternalSymbolPseudoSourceValue
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp130 const char *ES = "__stack_pointer"; local
178 const char *ES = "__stack_pointer"; local
/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
H A Dregset.h142 #define ES 2 macro
163 #define ES 1 macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h314 const support::ulittle32_t ES; member in struct:llvm::ARM::WinEH::EpilogueScope

Completed in 253 milliseconds

123