|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/AsmPrinter/ARMException.cpp 70 !MF->getLandingPads().empty();
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 1010 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI->hasDebugInfo())
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp 42 if (!Asm->MF->getLandingPads().empty()) {
92 bool hasLandingPads = !MF->getLandingPads().empty();
lib/CodeGen/AsmPrinter/EHStreamer.cpp 353 const std::vector<LandingPadInfo> &PadInfos = MF->getLandingPads();
lib/CodeGen/AsmPrinter/WasmException.cpp 36 if (!Asm->MF->getLandingPads().empty()) {
46 for (const LandingPadInfo &Info : MF->getLandingPads()) {
lib/CodeGen/AsmPrinter/WinException.cpp 63 bool hasLandingPads = !MF->getLandingPads().empty();
lib/Target/AArch64/AArch64SpeculationHardening.cpp 682 for (const LandingPadInfo &LPI : MF.getLandingPads())
lib/Target/SystemZ/SystemZFrameLowering.cpp 84 if (!MF.getLandingPads().empty()) {
lib/Target/X86/X86CallFrameOptimization.cpp 142 (!MF.getLandingPads().empty() ||
lib/Target/X86/X86FrameLowering.cpp 2828 bool HasDwarfEHHandlers = !WindowsCFI && !MF.getLandingPads().empty();