Home
last modified time | relevance | path

Searched refs:LPadIndex (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.cpp102 unsigned LPadIndex = MF.getWasmLandingPadIndex(LPad); in computeCallSiteTable() local
104 if (CallSites.size() < LPadIndex + 1) in computeCallSiteTable()
105 CallSites.resize(LPadIndex + 1); in computeCallSiteTable()
106 CallSites[LPadIndex] = Site; in computeCallSiteTable()