Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h342 GlobalVariable *getAsyncFunctionPointer() const { in getAsyncFunctionPointer() function
363 GlobalVariable *getAsyncFunctionPointer() const { in getAsyncFunctionPointer() function
H A DCoroutines.cpp329 this->AsyncLowering.AsyncFuncPointer = AsyncId->getAsyncFunctionPointer(); in buildFrom()