Searched refs:FnStackSize (Results 1 – 2 of 2) sorted by relevance
340 FnStackSize[AP.CurrentFnSym] = in recordStackMapOpers()401 DEBUG(dbgs() << WSMP << "#functions = " << FnStackSize.size() << '\n'); in emitStackmapHeader()402 OS.EmitIntValue(FnStackSize.size(), 4); in emitStackmapHeader()420 for (auto const &FR : FnStackSize) { in emitFunctionFrameRecords()525 assert((!CSInfos.empty() || (CSInfos.empty() && FnStackSize.empty())) && in serializeToStackMapSection()
171 FnStackSize.clear(); in reset()214 FnStackSizeMap FnStackSize; variable