Searched refs:PersFn (Results 1 – 4 of 4) sorted by relevance
71 FunctionCallee PersFn = getDefaultPersonalityFn(F.getParent()); in Next() local72 F.setPersonalityFn(cast<Constant>(PersFn.getCallee())); in Next()
4696 Value *PersFn = nullptr; in parseFunctionBody() local4697 if (getValueTypePair(Record, Idx, NextValueNo, PersFn)) in parseFunctionBody()4701 F->setPersonalityFn(cast<Constant>(PersFn)); in parseFunctionBody()4702 else if (F->getPersonalityFn() != cast<Constant>(PersFn)) in parseFunctionBody()
3131 LLVMValueRef PersFn, unsigned NumClauses, in LLVMBuildLandingPad() argument3136 if (PersFn) in LLVMBuildLandingPad()3138 cast<Function>(unwrap(PersFn))); in LLVMBuildLandingPad()
3605 LLVMValueRef PersFn, unsigned NumClauses,