| /openbsd-src/gnu/llvm/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() 642 return WrapperFunctionCall(FnAddr, std::move(ArgData)); in Create() 648 WrapperFunctionCall() = default; 651 WrapperFunctionCall(ExecutorAddr FnAddr, ArgDataBufferType ArgData) in WrapperFunctionCall() function 711 class SPSSerializationTraits<SPSWrapperFunctionCall, WrapperFunctionCall> { 713 static size_t size(const WrapperFunctionCall &WFC) { in size() 718 static bool serialize(SPSOutputBuffer &OB, const WrapperFunctionCall &WFC) { in serialize() 723 static bool deserialize(SPSInputBuffer &IB, WrapperFunctionCall &WFC) { in deserialize() 725 WrapperFunctionCall::ArgDataBufferType ArgData; in deserialize() [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
| H A D | wrapper_function_utils.h | 398 class WrapperFunctionCall { 407 static Expected<WrapperFunctionCall> Create(ExecutorAddr FnAddr, in Create() 414 return WrapperFunctionCall(FnAddr, std::move(ArgData)); in Create() 419 WrapperFunctionCall() = default; 422 WrapperFunctionCall(ExecutorAddr FnAddr, ArgDataBufferType ArgData) in WrapperFunctionCall() function 481 class SPSSerializationTraits<SPSWrapperFunctionCall, WrapperFunctionCall> { 483 static size_t size(const WrapperFunctionCall &WFC) { in size() 488 static bool serialize(SPSOutputBuffer &OB, const WrapperFunctionCall &WFC) { in serialize() 493 static bool deserialize(SPSInputBuffer &IB, WrapperFunctionCall &WFC) { in deserialize() 495 WrapperFunctionCall::ArgDataBufferType ArgData; in deserialize() [all …]
|
| H A D | macho_platform.cpp | 1271 Error runWrapperFunctionCalls(std::vector<WrapperFunctionCall> WFCs) { in runWrapperFunctionCalls()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/ |
| H A D | wrapper_function_utils_test.cpp | 70 EXPECT_TRUE(!!WrapperFunctionCall::Create<SPSArgList<>>(ExecutorAddr())); in TEST() 154 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in TEST() 167 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in TEST() 176 cantFail(WrapperFunctionCall::Create<SPSArgList<int32_t, int32_t>>( in TEST()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 216 {cantFail(WrapperFunctionCall::Create<SPSArgList<>>(PlatformBootstrap)), in materialize() 218 WrapperFunctionCall::Create<SPSArgList<>>(PlatformShutdown))}); in materialize() 222 {cantFail(WrapperFunctionCall::Create< in materialize() 225 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in materialize() 894 WrapperFunctionCall::Create<SPSArgList<SPSString, SPSExecutorAddr>>( in associateJITDylibHeaderSymbol() 896 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in associateJITDylibHeaderSymbol() 1243 WrapperFunctionCall::Create<SPSRegisterObjectPlatformSectionsArgs>( in registerObjectPlatformSections() 1247 WrapperFunctionCall::Create<SPSRegisterObjectPlatformSectionsArgs>( in registerObjectPlatformSections()
|
| H A D | COFFPlatform.cpp | 807 {cantFail(WrapperFunctionCall::Create< in associateJITDylibHeaderSymbol() 810 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in associateJITDylibHeaderSymbol() 815 cantFail(WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddr>>( in associateJITDylibHeaderSymbol() 839 {cantFail(WrapperFunctionCall::Create<SPSCOFFRegisterObjectSectionsArgs>( in registerObjectPlatformSections() 842 WrapperFunctionCall::Create<SPSCOFFDeregisterObjectSectionsArgs>( in registerObjectPlatformSections() 879 WrapperFunctionCall::Create<SPSCOFFDeregisterObjectSectionsArgs>( in registerObjectPlatformSectionsInBootstrap()
|
| H A D | EPCGenericRTDyldMemoryManager.cpp | 262 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in finalizeMemory() 265 WrapperFunctionCall::Create<SPSArgList<SPSExecutorAddrRange>>( in finalizeMemory()
|
| H A D | DebuggerSupportPlugin.cpp | 353 {cantFail(shared::WrapperFunctionCall::Create< in completeSynthesisAndRegister()
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.h | 382 std::vector<orc::shared::WrapperFunctionCall> DeallocActions; 387 std::vector<orc::shared::WrapperFunctionCall> DeallocActions);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MemoryMapper.h | 107 std::vector<shared::WrapperFunctionCall> DeinitializationActions;
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.cpp | 423 std::vector<std::vector<orc::shared::WrapperFunctionCall>> DeallocActionsList; in deallocate() 464 std::vector<orc::shared::WrapperFunctionCall> DeallocActions) { in createFinalizedAlloc()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleExecutorMemoryManager.cpp | 38 std::vector<shared::WrapperFunctionCall> DeallocationActions; in finalize()
|