Searched refs:EHSelectorSlot (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGException.cpp390 if (!EHSelectorSlot)
391 EHSelectorSlot = CreateTempAlloca(Int32Ty, "ehselector.slot");
392 return Address(EHSelectorSlot, CharUnits::fromQuantity(4));
H A DCodeGenFunction.cpp52 ExceptionSlot(nullptr), EHSelectorSlot(nullptr),
H A DCodeGenFunction.h326 llvm::AllocaInst *EHSelectorSlot; member in class:clang::CodeGen::CodeGenFunction

Completed in 67 milliseconds