Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp318 auto *AsyncId = cast<CoroIdAsyncInst>(Id); in buildFrom() local
319 AsyncId->checkWellFormed(); in buildFrom()
321 this->AsyncLowering.Context = AsyncId->getStorage(); in buildFrom()
322 this->AsyncLowering.ContextArgNo = AsyncId->getStorageArgumentIndex(); in buildFrom()
323 this->AsyncLowering.ContextHeaderSize = AsyncId->getStorageSize(); in buildFrom()
325 AsyncId->getStorageAlignment().value(); in buildFrom()
326 this->AsyncLowering.AsyncFuncPointer = AsyncId->getAsyncFunctionPointer(); in buildFrom()