Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DAllocationActions.h44 using AllocActions = std::vector<AllocActionCallPair>; variable
50 inline size_t numDeallocActions(const AllocActions &AAs) { in numDeallocActions()
66 runFinalizeActions(AllocActions &AAs);
H A DTargetProcessControlTypes.h58 shared::AllocActions Actions;
69 shared::AllocActions Actions;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DAllocationActions.cpp16 runFinalizeActions(AllocActions &AAs) { in runFinalizeActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h41 shared::AllocActions Actions;
H A DMachOPlatform.h189 shared::AllocActions DeferredAAs;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h277 /// Returns a reference to the AllocActions in the graph.
280 orc::shared::AllocActions &graphAllocActions();
H A DJITLink.h1531 orc::shared::AllocActions &allocActions() { return AAs; } in allocActions()
1550 orc::shared::AllocActions AAs;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.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/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp142 orc::shared::AllocActions &BasicLayout::graphAllocActions() { in graphAllocActions()