| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | AllocationActions.h | 36 WrapperFunctionCall Finalize; 37 WrapperFunctionCall Dealloc; 65 Expected<std::vector<WrapperFunctionCall>> 71 Error runDeallocActions(ArrayRef<WrapperFunctionCall> DAs);
|
| H A D | WrapperFunctionUtils.h | 628 class WrapperFunctionCall { 635 static Expected<WrapperFunctionCall> Create(ExecutorAddr FnAddr, in Create() 641 return WrapperFunctionCall(FnAddr, std::move(ArgData)); in Create() 647 WrapperFunctionCall() = default; 650 WrapperFunctionCall(ExecutorAddr FnAddr, ArgDataBufferType ArgData) in WrapperFunctionCall() function 710 class SPSSerializationTraits<SPSWrapperFunctionCall, WrapperFunctionCall> { 712 static size_t size(const WrapperFunctionCall &WFC) { in size() 717 static bool serialize(SPSOutputBuffer &OB, const WrapperFunctionCall &WFC) { in serialize() 722 static bool deserialize(SPSInputBuffer &IB, WrapperFunctionCall &WFC) { in deserialize() 724 WrapperFunctionCall::ArgDataBufferType ArgData; in deserialize() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/Shared/ |
| H A D | AllocationActions.cpp | 15 Expected<std::vector<WrapperFunctionCall>> 17 std::vector<WrapperFunctionCall> DeallocActions; in runFinalizeActions() 33 Error runDeallocActions(ArrayRef<WrapperFunctionCall> DAs) { in runDeallocActions()
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | wrapper_function_utils.h | 398 class WrapperFunctionCall { 407 static Expected<WrapperFunctionCall> Create(ExecutorAddr FnAddr, in Create() 413 return WrapperFunctionCall(FnAddr, std::move(ArgData)); in Create() 418 WrapperFunctionCall() = default; 421 WrapperFunctionCall(ExecutorAddr FnAddr, ArgDataBufferType ArgData) in WrapperFunctionCall() function 480 class SPSSerializationTraits<SPSWrapperFunctionCall, WrapperFunctionCall> { 482 static size_t size(const WrapperFunctionCall &WFC) { in size() 487 static bool serialize(SPSOutputBuffer &OB, const WrapperFunctionCall &WFC) { in serialize() 492 static bool deserialize(SPSInputBuffer &IB, WrapperFunctionCall &WFC) { in deserialize() 494 WrapperFunctionCall::ArgDataBufferType ArgData; in deserialize() [all …]
|
| H A D | macho_platform.cpp | 922 Error runWrapperFunctionCalls(std::vector<WrapperFunctionCall> WFCs) { in runWrapperFunctionCalls()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | MemoryMapperTest.cpp | 100 {cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in TEST() 103 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in TEST() 124 {cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in TEST() 127 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in TEST() 176 {cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in TEST() 179 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in TEST()
|
| H A D | SimpleExecutorMemoryManagerTest.cpp | 54 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in TEST() 58 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in TEST()
|
| H A D | SharedMemoryMapperTest.cpp | 89 {cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in TEST() 92 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/unittests/ |
| H A D | wrapper_function_utils_test.cpp | 150 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in TEST() 163 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in TEST() 172 cantFail(WrapperFunctionCall::Create<SPSArgList<int32_t, int32_t>>( in TEST()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 690 WrapperFunctionCall::Create<SPSArgList<SPSString, SPSExecutorAddr>>( in associateJITDylibHeaderSymbol() 692 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in associateJITDylibHeaderSymbol() 877 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in registerObjectPlatformSections() 880 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in registerObjectPlatformSections() 961 WrapperFunctionCall::Create<SPSRegisterObjectPlatformSectionsArgs>( in registerObjectPlatformSections() 965 WrapperFunctionCall::Create<SPSRegisterObjectPlatformSectionsArgs>( 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 | 353 {cantFail(shared::WrapperFunctionCall::Create< in completeSynthesisAndRegister()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleExecutorMemoryManager.h | 46 std::vector<shared::WrapperFunctionCall> DeallocationActions;
|
| H A D | ExecutorSharedMemoryMapperService.h | 44 std::vector<shared::WrapperFunctionCall> DeinitializationActions;
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.h | 381 std::vector<orc::shared::WrapperFunctionCall> DeallocActions; 386 std::vector<orc::shared::WrapperFunctionCall> DeallocActions);
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MemoryMapper.h | 105 std::vector<shared::WrapperFunctionCall> DeinitializationActions;
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.cpp | 420 std::vector<std::vector<orc::shared::WrapperFunctionCall>> DeallocActionsList; in deallocate() 461 std::vector<orc::shared::WrapperFunctionCall> DeallocActions) { in createFinalizedAlloc()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleExecutorMemoryManager.cpp | 38 std::vector<shared::WrapperFunctionCall> DeallocationActions; in finalize()
|
| /llvm-project-15.0.7/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 453 std::vector<shared::WrapperFunctionCall> DeallocActions) in FinalizedAllocInfo() 456 std::vector<shared::WrapperFunctionCall> DeallocActions;
|