Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h235 Function *getDeallocFunction() const { in getDeallocFunction() function
H A DCoroutines.cpp416 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()