Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1313 std::optional<FieldIDType> SwitchIndexFieldId; in buildFrameType() local
1335 SwitchIndexFieldId = B.addField(IndexType, std::nullopt); in buildFrameType()
1373 auto IndexField = B.getLayoutField(*SwitchIndexFieldId); in buildFrameType()