Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.cpp91 unsigned LPadIndex = MF.getWasmLandingPadIndex(LPad); in computeCallSiteTable() local
93 if (CallSites.size() < LPadIndex + 1) in computeCallSiteTable()
94 CallSites.resize(LPadIndex + 1); in computeCallSiteTable()
95 CallSites[LPadIndex] = Site; in computeCallSiteTable()