Searched refs:PersFn (Results 1 – 4 of 4) sorted by relevance
148 Constant *PersFn = F.getParent()->getOrInsertFunction( in Next() local151 F.setPersonalityFn(PersFn); in Next()
4040 Value *PersFn = nullptr; in parseFunctionBody() local4041 if (getValueTypePair(Record, Idx, NextValueNo, PersFn)) in parseFunctionBody()4045 F->setPersonalityFn(cast<Constant>(PersFn)); in parseFunctionBody()4046 else if (F->getPersonalityFn() != cast<Constant>(PersFn)) in parseFunctionBody()
2260 LLVMValueRef PersFn, unsigned NumClauses, in LLVMBuildLandingPad() argument2265 if (PersFn) in LLVMBuildLandingPad()2267 cast<Function>(unwrap(PersFn))); in LLVMBuildLandingPad()
2678 LLVMValueRef PersFn, unsigned NumClauses,