Searched refs:EHSelectorSlot (Results 1 – 3 of 3) sorted by relevance
390 if (!EHSelectorSlot) in getEHSelectorSlot()391 EHSelectorSlot = CreateTempAlloca(Int32Ty, "ehselector.slot"); in getEHSelectorSlot()392 return Address(EHSelectorSlot, CharUnits::fromQuantity(4)); in getEHSelectorSlot()
52 ExceptionSlot(nullptr), EHSelectorSlot(nullptr), in CodeGenFunction()
346 llvm::AllocaInst *EHSelectorSlot; variable