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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp409 if (!EHSelectorSlot)
410 EHSelectorSlot = CreateTempAlloca(Int32Ty, "ehselector.slot");
411 return EHSelectorSlot;
H A DCodeGenFunction.cpp45 ExceptionSlot(0), EHSelectorSlot(0), DebugInfo(CGM.getModuleDebugInfo()),
H A DCodeGenFunction.h274 llvm::AllocaInst *EHSelectorSlot; member in class:clang::CodeGen::CodeGenFunction

Completed in 56 milliseconds