Searched refs:ContextSize (Results 1 – 4 of 4) sorted by relevance
133 uint64_t ContextSize; // Includes frame size. member
1093 Shape.AsyncLowering.ContextSize); in updateAsyncFuncPointerContextSize()
1228 Shape.AsyncLowering.ContextSize = in buildFrameType()
1057 auto ContextSize = readNumber<uint32_t>(); in readCSNameTableSec() local1058 if (std::error_code EC = ContextSize.getError()) in readCSNameTableSec()1060 for (uint32_t J = 0; J < *ContextSize; ++J) { in readCSNameTableSec()