Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h133 uint64_t ContextSize; // Includes frame size. member
H A DCoroSplit.cpp1093 Shape.AsyncLowering.ContextSize); in updateAsyncFuncPointerContextSize()
H A DCoroFrame.cpp1228 Shape.AsyncLowering.ContextSize = in buildFrameType()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1057 auto ContextSize = readNumber<uint32_t>(); in readCSNameTableSec() local
1058 if (std::error_code EC = ContextSize.getError()) in readCSNameTableSec()
1060 for (uint32_t J = 0; J < *ContextSize; ++J) { in readCSNameTableSec()