Searched refs:SPSExecutorAddrRange (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCEHFrameRegistrar.cpp | 38 return ES.callSPSWrapper<void(SPSExecutorAddrRange)>( in Create() 44 return ES.callSPSWrapper<void(SPSExecutorAddrRange)>( in Create()
|
H A D | EPCDebugObjectRegistrar.cpp | 54 return ES.callSPSWrapper<void(shared::SPSExecutorAddrRange, bool)>( in registerDebugObject()
|
H A D | EPCGenericRTDyldMemoryManager.cpp | 262 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in finalizeMemory() 265 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in finalizeMemory()
|
H A D | MachOPlatform.cpp | 1398 SPSOptional<SPSTuple<SPSSequence<SPSExecutorAddrRange>, in registerObjectPlatformSections() 1399 SPSExecutorAddrRange, SPSExecutorAddrRange>>, in registerObjectPlatformSections() 1400 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>>; in registerObjectPlatformSections()
|
H A D | DebuggerSupportPlugin.cpp |
|
H A D | COFFPlatform.cpp | 35 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | JITLoaderGDB.cpp | 82 return WrapperFunction<SPSError(SPSExecutorAddrRange, bool)>::handle( in llvm_orc_registerJITLoaderGDBAllocAction() 98 return WrapperFunction<SPSError(SPSExecutorAddrRange, bool)>::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()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | wrapper_function_utils_test.cpp | 137 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 D | elfnix_platform.h | 71 SPSTuple<SPSExecutorAddrRange, SPSExecutorAddrRange>;
|
H A D | executor_address.h | 226 using SPSExecutorAddrRange = SPSTuple<SPSExecutorAddr, SPSExecutorAddr>; variable 230 class SPSSerializationTraits<SPSExecutorAddrRange, ExecutorAddrRange> { 248 using SPSExecutorAddrRangeSequence = SPSSequence<SPSExecutorAddrRange>;
|
H A D | macho_platform.cpp | 88 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>; 120 SPSTuple<SPSSequence<SPSExecutorAddrRange>, SPSExecutorAddrRange, 121 SPSExecutorAddrRange>;
|
H A D | coff_platform.cpp | 41 SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | ExecutorAddress.h | 271 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 D | ELFNixPlatform.h | 251 SPSTuple<SPSExecutorAddrRange, SPSExecutorAddrRange>;
|