Home
last modified time | relevance | path

Searched refs:SPSExecutorAddrRange (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DUnwindInfoRegistrationPlugin.cpp109 SPSArgList<SPSSequence<SPSExecutorAddrRange>, SPSExecutorAddr, in addUnwindInfoRegistrationActions()
110 SPSExecutorAddrRange, SPSExecutorAddrRange>; in addUnwindInfoRegistrationActions()
111 using SPSDeregisterArgs = SPSArgList<SPSSequence<SPSExecutorAddrRange>>; in addUnwindInfoRegistrationActions()
H A DEHFrameRegistrationPlugin.cpp55 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in modifyPassConfig()
58 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in modifyPassConfig()
H A DEPCDebugObjectRegistrar.cpp51 return ES.callSPSWrapper<void(shared::SPSExecutorAddrRange, bool)>( in registerDebugObject()
H A DEPCGenericRTDyldMemoryManager.cpp262 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in finalizeMemory()
265 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in finalizeMemory()
H A DMachOPlatform.cpp1427 SPSOptional<SPSTuple<SPSSequence<SPSExecutorAddrRange>, in registerObjectPlatformSections()
1428 SPSExecutorAddrRange, SPSExecutorAddrRange>>, in registerObjectPlatformSections()
1429 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>>; in registerObjectPlatformSections()
H A DDebuggerSupportPlugin.cpp
H A DCOFFPlatform.cpp38 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;
H A DELFNixPlatform.cpp961 SPSArgList<SPSExecutorAddr, SPSSequence<SPSExecutorAddrRange>>; in registerInitSections()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DUnwindInfoManager.cpp26 using SPSSig = SPSError(SPSSequence<SPSExecutorAddrRange>, SPSExecutorAddr, in llvm_orc_rt_alt_UnwindInfoManager_register()
27 SPSExecutorAddrRange, SPSExecutorAddrRange); in llvm_orc_rt_alt_UnwindInfoManager_register()
43 using SPSSig = SPSError(SPSSequence<SPSExecutorAddrRange>); in llvm_orc_rt_alt_UnwindInfoManager_deregister()
H A DJITLoaderGDB.cpp79 return WrapperFunction<SPSError(SPSExecutorAddrRange, bool)>::handle( in llvm_orc_registerJITLoaderGDBAllocAction()
95 return WrapperFunction<SPSError(SPSExecutorAddrRange, bool)>::handle( in llvm_orc_registerJITLoaderGDBWrapper()
H A DRegisterEHFrames.cpp169 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_registerEHFrameSectionAllocAction()
177 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_deregisterEHFrameSectionAllocAction()
H A DOrcRTBootstrap.cpp94 SPSSequence<SPSSequence<uint8_t>>(SPSSequence<SPSExecutorAddrRange>); in readBuffersWrapper()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.h56 SPSTuple<SPSExecutorAddrRange, SPSExecutorAddrRange>;
H A Dexecutor_address.h226 using SPSExecutorAddrRange = SPSTuple<SPSExecutorAddr, SPSExecutorAddr>; variable
230 class SPSSerializationTraits<SPSExecutorAddrRange, ExecutorAddrRange> {
248 using SPSExecutorAddrRangeSequence = SPSSequence<SPSExecutorAddrRange>;
H A Dmacho_platform.cpp90 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;
122 SPSTuple<SPSSequence<SPSExecutorAddrRange>, SPSExecutorAddrRange,
123 SPSExecutorAddrRange>;
H A Delfnix_platform.cpp707 SPSSequence<SPSExecutorAddrRange>)>:: in __orc_rt_elfnix_register_init_sections()
720 SPSSequence<SPSExecutorAddrRange>)>:: in __orc_rt_elfnix_deregister_init_sections()
H A Dcoff_platform.cpp42 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp141 return WrapperFunction<int8_t(SPSExecutorAddrRange)>::handle( in sumArrayWrapper()
158 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in TEST()
171 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in TEST()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h315 using SPSExecutorAddrRange = SPSTuple<SPSExecutorAddr, SPSExecutorAddr>; variable
319 class SPSSerializationTraits<SPSExecutorAddrRange, ExecutorAddrRange> {
337 using SPSExecutorAddrRangeSequence = SPSSequence<SPSExecutorAddrRange>;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h285 SPSTuple<SPSExecutorAddrRange, SPSExecutorAddrRange>;
H A DEPCGenericMemoryAccess.h175 SPSSequence<SPSSequence<uint8_t>>(SPSSequence<SPSExecutorAddrRange>); in readBuffersAsync()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp291 shared::SPSArgList<shared::SPSExecutorAddrRange, bool>>( in completeSynthesisAndRegister()