Home
last modified time | relevance | path

Searched refs:ExceptionSlot (Results 1 – 5 of 5) 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
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp410 if (!ExceptionSlot) in getExceptionSlot()
411 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot"); in getExceptionSlot()
412 return Address(ExceptionSlot, getPointerAlign()); in getExceptionSlot()
DCodeGenFunction.h578 llvm::Value *ExceptionSlot = nullptr;