Searched refs:FnStackSize (Results 1 – 2 of 2) sorted by relevance
239 FnStackSize[AP.CurrentFnSym] = in recordStackMapOpers()291 DEBUG(dbgs() << WSMP << "#functions = " << FnStackSize.size() << '\n'); in emitStackmapHeader()292 OS.EmitIntValue(FnStackSize.size(), 4); in emitStackmapHeader()310 for (auto const &FR : FnStackSize) { in emitFunctionFrameRecords()481 assert((!CSInfos.empty() || (CSInfos.empty() && FnStackSize.empty())) && in serializeToStackMapSection()
159 FnStackSizeMap FnStackSize; variable