Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h137 uint64_t ContextAlignment; member
142 Align getContextAlignment() const { return Align(ContextAlignment); } in getContextAlignment()
H A DCoroutines.cpp320 this->AsyncLowering.ContextAlignment = in buildFrom()