Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h144 uint64_t ContextAlignment; member
149 Align getContextAlignment() const { return Align(ContextAlignment); } in getContextAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp317 AsyncLowering.ContextAlignment = AsyncId->getStorageAlignment().value(); in analyze()