HomeSort by: relevance | last modified time | path
    Searched refs:SwitchFieldIndex (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInternal.h 106 struct SwitchFieldIndex {
202 return cast<PointerType>(FrameTy->getElementType(SwitchFieldIndex::Resume));
CoroEarly.cpp 89 static_assert(coro::Shape::SwitchFieldIndex::Resume == 0,
CoroSplit.cpp 367 coro::Shape::SwitchFieldIndex::Resume,
447 coro::Shape::SwitchFieldIndex::Resume,
1088 Shape.FrameTy, Shape.FramePtr, coro::Shape::SwitchFieldIndex::Resume,
1102 Shape.FrameTy, Shape.FramePtr, coro::Shape::SwitchFieldIndex::Destroy,
CoroFrame.cpp 950 unsigned ResumeIndex = coro::Shape::SwitchFieldIndex::Resume;
951 unsigned DestroyIndex = coro::Shape::SwitchFieldIndex::Destroy;

Completed in 29 milliseconds