Home
last modified time | relevance | path

Searched refs:AllocActions (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
HDAllocationActions.h44 using AllocActions = std::vector<AllocActionCallPair>; variable
50 inline size_t numDeallocActions(const AllocActions &AAs) { in numDeallocActions()
66 runFinalizeActions(AllocActions &AAs);
HDTargetProcessControlTypes.h58 shared::AllocActions Actions;
69 shared::AllocActions Actions;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
HDAllocationActions.cpp16 runFinalizeActions(AllocActions &AAs) { in runFinalizeActions()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDMemoryMapper.h41 shared::AllocActions Actions;
HDMachOPlatform.h189 shared::AllocActions DeferredAAs;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLinkMemoryManager.h280 orc::shared::AllocActions &graphAllocActions();
HDJITLink.h1531 orc::shared::AllocActions &allocActions() { return AAs; } in allocActions()
1550 orc::shared::AllocActions AAs;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDMachOPlatform.cpp130 shared::AllocActions DeferredAAs, ExecutorAddr MachOHeaderAddr, in MachOPlatformCompleteBootstrapMaterializationUnit()
198 shared::AllocActions DeferredAAs;
1402 shared::AllocActions &allocActions = LLVM_LIKELY(!InBootstrapPhase) in registerObjectPlatformSections()
1712 shared::AllocActions &allocActions = LLVM_LIKELY(!InBootstrapPhase) in addSymbolTableRegistration()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDJITLinkMemoryManager.cpp142 orc::shared::AllocActions &BasicLayout::graphAllocActions() { in graphAllocActions()