Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp399 if (!EHSelectorSlot) in getEHSelectorSlot()
400 EHSelectorSlot = CreateTempAlloca(Int32Ty, "ehselector.slot"); in getEHSelectorSlot()
401 return EHSelectorSlot; in getEHSelectorSlot()
DCodeGenFunction.cpp46 ExceptionSlot(nullptr), EHSelectorSlot(nullptr), in CodeGenFunction()
DCodeGenFunction.h312 llvm::AllocaInst *EHSelectorSlot; variable