Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCEHFrameRegistrar.cpp38 return ES.callSPSWrapper<void(SPSExecutorAddrRange)>( in Create()
44 return ES.callSPSWrapper<void(SPSExecutorAddrRange)>( in Create()
H A DEPCDebugObjectRegistrar.cpp54 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.cpp1398 SPSOptional<SPSTuple<SPSSequence<SPSExecutorAddrRange>, in registerObjectPlatformSections()
1399 SPSExecutorAddrRange, SPSExecutorAddrRange>>, in registerObjectPlatformSections()
1400 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>>; in registerObjectPlatformSections()
H A DDebuggerSupportPlugin.cpp
H A DCOFFPlatform.cpp35 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp82 return WrapperFunction<SPSError(SPSExecutorAddrRange, bool)>::handle( in llvm_orc_registerJITLoaderGDBAllocAction()
98 return WrapperFunction<SPSError(SPSExecutorAddrRange, bool)>::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()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp137 return WrapperFunction<int8_t(SPSExecutorAddrRange)>::handle( in sumArrayWrapper()
154 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in TEST()
167 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in TEST()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.h71 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.cpp88 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;
120 SPSTuple<SPSSequence<SPSExecutorAddrRange>, SPSExecutorAddrRange,
121 SPSExecutorAddrRange>;
H A Dcoff_platform.cpp41 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h271 using SPSExecutorAddrRange = SPSTuple<SPSExecutorAddr, SPSExecutorAddr>; variable
275 class SPSSerializationTraits<SPSExecutorAddrRange, ExecutorAddrRange> {
293 using SPSExecutorAddrRangeSequence = SPSSequence<SPSExecutorAddrRange>;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h251 SPSTuple<SPSExecutorAddrRange, SPSExecutorAddrRange>;