Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp43 if (!Asm->MF->getLandingPads().empty()) { in markFunctionEnd()
93 bool hasLandingPads = !MF->getLandingPads().empty(); in beginFunction()
DARMException.cpp71 !MF->getLandingPads().empty(); in endFunction()
DEHStreamer.cpp351 const std::vector<LandingPadInfo> &PadInfos = MF->getLandingPads(); in emitExceptionTable()
DWinException.cpp63 bool hasLandingPads = !MF->getLandingPads().empty(); in beginFunction()
DAsmPrinter.cpp1016 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI->hasDebugInfo()) in needFuncLabelsForEHOrDebugInfo()
/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()
DAsmPrinter.cpp947 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in EmitFunctionBody()
1272 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in SetupMachineFunction()
DWinException.cpp66 bool hasLandingPads = !MMI->getLandingPads().empty(); in beginFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DWin64Exception.cpp59 bool hasLandingPads = !MMI->getLandingPads().empty(); in BeginFunction()
DDwarfCFIException.cpp91 bool hasLandingPads = !MMI->getLandingPads().empty(); in BeginFunction()
DDwarfException.cpp350 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads(); in EmitExceptionTable()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp207 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads(); in EmitExceptionTable()
561 if (!MMI->getLandingPads().empty()) in EmitEHFrame()
566 if (!MMI->getLandingPads().empty()) in EmitEHFrame()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h330 const std::vector<LandingPadInfo> &getLandingPads() const { in getLandingPads() function
/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()
DX86FrameLowering.cpp2603 !MF.getMMI().getLandingPads().empty(); in eliminateCallFramePseudoInstr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp150 (!MF.getLandingPads().empty() || in isLegal()
DX86FrameLowering.cpp2758 bool HasDwarfEHHandlers = !WindowsCFI && !MF.getLandingPads().empty(); in eliminateCallFramePseudoInstr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp85 if (!MF.getLandingPads().empty()) { in determineCalleeSaves()
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp85 if (!MF.getMMI().getLandingPads().empty()) { in determineCalleeSaves()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFunction.h782 const std::vector<LandingPadInfo> &getLandingPads() const {