Home
last modified time | relevance | path

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

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