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

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

Completed in 605 milliseconds