Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DWasmException.cpp36 if (!Asm->MF->getLandingPads().empty()) { in markFunctionEnd()
46 for (const LandingPadInfo &Info : MF->getLandingPads()) { in endFunction()
DDwarfCFIException.cpp43 if (!Asm->MF->getLandingPads().empty()) { in markFunctionEnd()
94 bool hasLandingPads = !MF->getLandingPads().empty(); in beginFunction()
DAIXException.cpp64 bool HasLandingPads = !MF->getLandingPads().empty(); in endFunction()
DARMException.cpp70 !MF->getLandingPads().empty(); in endFunction()
DEHStreamer.cpp385 const std::vector<LandingPadInfo> &PadInfos = MF->getLandingPads(); in emitExceptionTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWasmException.cpp36 if (!Asm->MF->getLandingPads().empty()) { in markFunctionEnd()
46 for (const LandingPadInfo &Info : MF->getLandingPads()) { in endFunction()
DDwarfCFIException.cpp43 if (!Asm->MF->getLandingPads().empty()) { in markFunctionEnd()
93 bool hasLandingPads = !MF->getLandingPads().empty(); in beginFunction()
DARMException.cpp70 !MF->getLandingPads().empty(); in endFunction()
DEHStreamer.cpp353 const std::vector<LandingPadInfo> &PadInfos = MF->getLandingPads(); in emitExceptionTable()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp47 if (MMI->getLandingPads().empty()) in markFunctionEnd()
101 bool hasLandingPads = !MMI->getLandingPads().empty(); in beginFunction()
DARMException.cpp78 !MMI->getLandingPads().empty(); in endFunction()
DEHStreamer.cpp341 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads(); in emitExceptionTable()
DWinException.cpp66 bool hasLandingPads = !MMI->getLandingPads().empty(); in beginFunction()
DAsmPrinter.cpp947 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in EmitFunctionBody()
1272 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in SetupMachineFunction()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h361 const std::vector<LandingPadInfo> &getLandingPads() const { in getLandingPads() function
/external/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp132 (!MF.getMMI().getLandingPads().empty() || in isLegal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp142 (!MF.getLandingPads().empty() || in isLegal()
/external/llvm-project/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp143 (!MF.getLandingPads().empty() || in isLegal()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64SpeculationHardening.cpp682 for (const LandingPadInfo &LPI : MF.getLandingPads()) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SpeculationHardening.cpp682 for (const LandingPadInfo &LPI : MF.getLandingPads()) in runOnMachineFunction()
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp85 if (!MF.getMMI().getLandingPads().empty()) { in determineCalleeSaves()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h868 const std::vector<LandingPadInfo> &getLandingPads() const {
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h956 const std::vector<LandingPadInfo> &getLandingPads() const {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp191 if (!MF.getLandingPads().empty()) { in determineCalleeSaves()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp153 if (!MF.getLandingPads().empty()) { in determineCalleeSaves()

12