Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWasmException.cpp90 unsigned LPadIndex = MF.getWasmLandingPadIndex(LPad); in computeCallSiteTable() local
92 if (CallSites.size() < LPadIndex + 1) in computeCallSiteTable()
93 CallSites.resize(LPadIndex + 1); in computeCallSiteTable()
94 CallSites[LPadIndex] = Site; in computeCallSiteTable()