Searched refs:SPSExecutorAddrRange (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | macho_ehframe_registration.cpp | 54 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 D | executor_address.h | 189 using SPSExecutorAddrRange = SPSTuple<SPSExecutorAddr, SPSExecutorAddr>; variable 193 class SPSSerializationTraits<SPSExecutorAddrRange, ExecutorAddrRange> { 211 using SPSExecutorAddrRangeSequence = SPSSequence<SPSExecutorAddrRange>;
|
| H A D | elfnix_platform.h | 71 SPSTuple<SPSExecutorAddrRange, SPSExecutorAddrRange>;
|
| H A D | macho_platform.cpp | 87 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCEHFrameRegistrar.cpp | 60 return ES.callSPSWrapper<void(SPSExecutorAddrRange)>( in registerEHFrames() 66 return ES.callSPSWrapper<void(SPSExecutorAddrRange)>( in deregisterEHFrames()
|
| H A D | EPCDebugObjectRegistrar.cpp | 48 return ES.callSPSWrapper<void(shared::SPSExecutorAddrRange)>(RegisterFn, in registerDebugObject()
|
| H A D | MachOPlatform.cpp | 877 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 D | EPCGenericRTDyldMemoryManager.cpp | 267 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in finalizeMemory() 270 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in finalizeMemory()
|
| H A D | DebuggerSupportPlugin.cpp | 354 shared::SPSArgList<shared::SPSExecutorAddrRange>>( in completeSynthesisAndRegister()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | JITLoaderGDB.cpp | 106 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_registerJITLoaderGDBAllocAction() 119 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_registerJITLoaderGDBWrapper()
|
| H A D | RegisterEHFrames.cpp | 173 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 D | wrapper_function_utils_test.cpp | 133 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 D | ExecutorAddress.h | 207 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 D | ELFNixPlatform.h | 248 SPSTuple<SPSExecutorAddrRange, SPSExecutorAddrRange>;
|
| H A D | MachOPlatform.h | 233 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;
|