Home
last modified time | relevance | path

Searched defs:LandingPads (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp50 computeActionsTable(const SmallVectorImpl<const LandingPadInfo*> &LandingPads, in computeActionsTable()
192 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computePadMap()
216 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computeCallSiteTable()
345 SmallVector<const LandingPadInfo *, 64> LandingPads; in emitExceptionTable() local
DWin64Exception.cpp189 SmallVector<const LandingPadInfo *, 64> LandingPads; in emitCSpecificHandlerTable() local
292 SmallVector<const LandingPadInfo *, 64> LandingPads; in emitCXXFrameHandler3Table() local
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h123 std::vector<LandingPadInfo> LandingPads; variable