Home
last modified time | relevance | path

Searched refs:landing_pad (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/Transforms/GVN/
D2010-05-08-OneBit.ll16 to label %.noexc5 unwind label %landing_pad
26 to label %.noexc7 unwind label %landing_pad
39 to label %.noexc10 unwind label %landing_pad
47 landing_pad: ; preds = %l147.i.i, %l129.i.i, %l117.i.i
55 fin: ; preds = %landing_pad
58 catch: ; preds = %landing_pad
61 catch1: ; preds = %landing_pad
/external/llvm/test/CodeGen/X86/
Dstatepoint-invoke.ll34 %landing_pad = landingpad { i8*, i32 }
36 %relocate_token = extractvalue { i8*, i32 } %landing_pad, 1
66 %landing_pad = landingpad { i8*, i32 }
68 %relocate_token = extractvalue { i8*, i32 } %landing_pad, 1
123 %landing_pad = landingpad { i8*, i32 }
125 %relocate_token = extractvalue { i8*, i32 } %landing_pad, 1
155 %landing_pad = landingpad { i8*, i32 }
157 %relocate_token = extractvalue { i8*, i32 } %landing_pad, 1
186 %landing_pad = landingpad { i8*, i32 }
188 %relocate_token = extractvalue { i8*, i32 } %landing_pad, 1
Dwin64_eh.ll118 %landing_pad = landingpad { i8*, i32 }
120 %tmp3 = extractvalue { i8*, i32 } %landing_pad, 0
Dstatepoint-stack-usage.ll88 %landing_pad = landingpad { i8*, i32 }
/external/libunwind_llvm/src/
DUnwind-EHABI.cpp127 uint32_t landing_pad; in ProcessDescriptors() local
128 descriptor = getNextWord(descriptor, &landing_pad); in ProcessDescriptors()
133 landing_pad = signExtendPrel31(landing_pad & ~0x80000000); in ProcessDescriptors()
134 if (landing_pad == 0xffffffff) { in ProcessDescriptors()
136 } else if (landing_pad == 0xfffffffe) { in ProcessDescriptors()
/external/llvm/test/Verifier/
Dstatepoint.ll76 %landing_pad = landingpad { i8*, i32 }
78 %relocate_token = extractvalue { i8*, i32 } %landing_pad, 1
/external/elfutils/src/
Dreadelf.c7943 uint64_t landing_pad; in print_debug_exception_table() local
7945 &landing_pad, dbg); in print_debug_exception_table()
7953 u++, call_site_start, call_site_length, landing_pad, action); in print_debug_exception_table()