Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dmacho_ehframe_registration.cpp54 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in __orc_rt_macho_register_ehframe_section()
66 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in __orc_rt_macho_deregister_ehframe_section()
H A Dexecutor_address.h189 using SPSExecutorAddrRange = SPSTuple<SPSExecutorAddr, SPSExecutorAddr>; variable
193 class SPSSerializationTraits<SPSExecutorAddrRange, ExecutorAddrRange> {
211 using SPSExecutorAddrRangeSequence = SPSSequence<SPSExecutorAddrRange>;
H A Delfnix_platform.h71 SPSTuple<SPSExecutorAddrRange, SPSExecutorAddrRange>;
H A Dmacho_platform.cpp87 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCEHFrameRegistrar.cpp60 return ES.callSPSWrapper<void(SPSExecutorAddrRange)>( in registerEHFrames()
66 return ES.callSPSWrapper<void(SPSExecutorAddrRange)>( in deregisterEHFrames()
H A DEPCDebugObjectRegistrar.cpp48 return ES.callSPSWrapper<void(shared::SPSExecutorAddrRange)>(RegisterFn, in registerDebugObject()
H A DMachOPlatform.cpp877 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in registerObjectPlatformSections()
880 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in registerObjectPlatformSections()
958 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>>; in registerObjectPlatformSections()
1014 {cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in registerEHSectionsPhase1()
1016 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in registerEHSectionsPhase1()
H A DEPCGenericRTDyldMemoryManager.cpp267 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in finalizeMemory()
270 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in finalizeMemory()
H A DDebuggerSupportPlugin.cpp354 shared::SPSArgList<shared::SPSExecutorAddrRange>>( in completeSynthesisAndRegister()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp106 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_registerJITLoaderGDBAllocAction()
119 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_registerJITLoaderGDBWrapper()
H A DRegisterEHFrames.cpp173 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_registerEHFrameSectionWrapper()
180 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_deregisterEHFrameSectionWrapper()
/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Dwrapper_function_utils_test.cpp133 return WrapperFunction<int8_t(SPSExecutorAddrRange)>::handle( in sumArrayWrapper()
150 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in TEST()
163 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in TEST()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h207 using SPSExecutorAddrRange = SPSTuple<SPSExecutorAddr, SPSExecutorAddr>; variable
211 class SPSSerializationTraits<SPSExecutorAddrRange, ExecutorAddrRange> {
229 using SPSExecutorAddrRangeSequence = SPSSequence<SPSExecutorAddrRange>;
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h248 SPSTuple<SPSExecutorAddrRange, SPSExecutorAddrRange>;
H A DMachOPlatform.h233 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;