Searched refs:LPadIndex (Results 1 – 1 of 1) sorted by relevance
92 unsigned LPadIndex = MF.getWasmLandingPadIndex(LPad); in computeCallSiteTable() local94 if (CallSites.size() < LPadIndex + 1) in computeCallSiteTable()95 CallSites.resize(LPadIndex + 1); in computeCallSiteTable()96 CallSites[LPadIndex] = Site; in computeCallSiteTable()