Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp384 if (!ExceptionSlot) in getExceptionSlot()
385 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot"); in getExceptionSlot()
386 return Address(ExceptionSlot, getPointerAlign()); in getExceptionSlot()
DCodeGenFunction.cpp52 ExceptionSlot(nullptr), EHSelectorSlot(nullptr), in CodeGenFunction()
DCodeGenFunction.h342 llvm::Value *ExceptionSlot; variable