Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGException.cpp403 if (!EHSelectorSlot) in getEHSelectorSlot()
404 EHSelectorSlot = CreateTempAlloca(Int32Ty, "ehselector.slot"); in getEHSelectorSlot()
405 return EHSelectorSlot; in getEHSelectorSlot()
HDCodeGenFunction.cpp47 ExceptionSlot(nullptr), EHSelectorSlot(nullptr), in CodeGenFunction()
HDCodeGenFunction.h325 llvm::AllocaInst *EHSelectorSlot; variable