Searched refs:LPadIndex (Results 1 – 1 of 1) sorted by relevance
102 unsigned LPadIndex = MF.getWasmLandingPadIndex(LPad); in computeCallSiteTable() local104 if (CallSites.size() < LPadIndex + 1) in computeCallSiteTable()105 CallSites.resize(LPadIndex + 1); in computeCallSiteTable()106 CallSites[LPadIndex] = Site; in computeCallSiteTable()