Searched refs:getEHSelectorSlot (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGException.cpp390 llvm::Value *CodeGenFunction::getEHSelectorSlot() { function in class:CodeGenFunction
401 return Builder.CreateLoad(getEHSelectorSlot(), "sel");
740 Builder.CreateStore(LPadSel, getEHSelectorSlot());
H A DCodeGenFunction.h992 llvm::Value *getEHSelectorSlot();

Completed in 681 milliseconds