Searched refs:AllocActions (Results 1 – 9 of 9) sorted by relevance
44 using AllocActions = std::vector<AllocActionCallPair>; variable50 inline size_t numDeallocActions(const AllocActions &AAs) { in numDeallocActions()66 runFinalizeActions(AllocActions &AAs);
58 shared::AllocActions Actions;69 shared::AllocActions Actions;
16 runFinalizeActions(AllocActions &AAs) { in runFinalizeActions()
41 shared::AllocActions Actions;
189 shared::AllocActions DeferredAAs;
277 /// Returns a reference to the AllocActions in the graph.280 orc::shared::AllocActions &graphAllocActions();
1531 orc::shared::AllocActions &allocActions() { return AAs; } in allocActions()1550 orc::shared::AllocActions AAs;
130 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()
142 orc::shared::AllocActions &BasicLayout::graphAllocActions() { in graphAllocActions()