Home
last modified time | relevance | path

Searched refs:numDeallocActions (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DAllocationActions.cpp18 DeallocActions.reserve(numDeallocActions(AAs)); in runFinalizeActions()
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DAllocationActions.h50 inline size_t numDeallocActions(const AllocActions &AAs) { in numDeallocActions() function