Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp173 WinEHCloningDirectorBase(Function *HandlerFn, FrameVarInfoMap &VarInfo, in WinEHCloningDirectorBase() argument
175 : Materializer(HandlerFn, VarInfo), in WinEHCloningDirectorBase()
176 SelectorIDType(Type::getInt32Ty(HandlerFn->getContext())), in WinEHCloningDirectorBase()
177 Int8PtrType(Type::getInt8PtrTy(HandlerFn->getContext())), in WinEHCloningDirectorBase()
577 Function *HandlerFn = TempAlloca->getParent()->getParent(); in prepareExceptionHandlers() local
583 &(HandlerFn->getArgumentList().back()), in prepareExceptionHandlers()