Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp49 if (MMI->getLandingPads().empty()) in markFunctionEnd()
94 bool hasLandingPads = !MMI->getLandingPads().empty(); in beginFunction()
DARMException.cpp73 MMI->getLandingPads().empty()) in endFunction()
76 if (!MMI->getLandingPads().empty()) { in endFunction()
DWin64Exception.cpp56 bool hasLandingPads = !MMI->getLandingPads().empty(); in beginFunction()
181 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads(); in emitCSpecificHandlerTable()
293 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads(); in emitCXXFrameHandler3Table()
DEHStreamer.cpp341 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads(); in emitExceptionTable()
DAsmPrinter.cpp890 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in EmitFunctionBody()
1173 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in SetupMachineFunction()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h373 const std::vector<LandingPadInfo> &getLandingPads() const { in getLandingPads() function