Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h311 GlobalVariable *getAsyncFunctionPointer() const { in getAsyncFunctionPointer() function
332 GlobalVariable *getAsyncFunctionPointer() const { in getAsyncFunctionPointer() function
H A DCoroutines.cpp320 this->AsyncLowering.AsyncFuncPointer = AsyncId->getAsyncFunctionPointer(); in buildFrom()