Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DWin64Exception.cpp181 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads(); in emitCSpecificHandlerTable() local
190 LandingPads.reserve(PadInfos.size()); in emitCSpecificHandlerTable()
191 for (const auto &LP : PadInfos) in emitCSpecificHandlerTable()
293 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads(); in emitCXXFrameHandler3Table() local
294 LandingPads.reserve(PadInfos.size()); in emitCXXFrameHandler3Table()
295 for (const auto &LP : PadInfos) in emitCXXFrameHandler3Table()
DEHStreamer.cpp341 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads(); in emitExceptionTable() local
346 LandingPads.reserve(PadInfos.size()); in emitExceptionTable()
348 for (unsigned i = 0, N = PadInfos.size(); i != N; ++i) in emitExceptionTable()
349 LandingPads.push_back(&PadInfos[i]); in emitExceptionTable()