Home
last modified time | relevance | path

Searched refs:getEHSelectorSlot (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGException.cpp389 Address CodeGenFunction::getEHSelectorSlot() { in getEHSelectorSlot() function in CodeGenFunction
400 return Builder.CreateLoad(getEHSelectorSlot(), "sel"); in getSelectorFromSlot()
763 Builder.CreateStore(LPadSel, getEHSelectorSlot()); in EmitLandingPad()
DCodeGenFunction.h1214 Address getEHSelectorSlot();
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp415 Address CodeGenFunction::getEHSelectorSlot() { in getEHSelectorSlot() function in CodeGenFunction
426 return Builder.CreateLoad(getEHSelectorSlot(), "sel"); in getSelectorFromSlot()
801 Builder.CreateStore(LPadSel, getEHSelectorSlot()); in EmitLandingPad()
DCodeGenFunction.h1899 Address getEHSelectorSlot();