Searched refs:PersFn (Results 1 – 5 of 5) sorted by relevance
75 FunctionCallee PersFn = getDefaultPersonalityFn(F.getParent()); in Next() local76 F.setPersonalityFn(cast<Constant>(PersFn.getCallee())); in Next()
806 GlobalValue *PersFn = in runOnModule() local808 if (PersFn->getValueType() && PersFn->getValueType()->isFunctionTy()) { in runOnModule()810 getArm64ECMangledFunctionName(PersFn->getName().str())) { in runOnModule()811 PersFn->setName(MangledName.value()); in runOnModule()
3466 LLVMValueRef PersFn, unsigned NumClauses, in LLVMBuildLandingPad() argument3471 if (PersFn) in LLVMBuildLandingPad()3473 unwrap<Function>(PersFn)); in LLVMBuildLandingPad()
6169 Value *PersFn = nullptr; in parseFunctionBody() local6171 if (getValueTypePair(Record, Idx, NextValueNo, PersFn, PersFnTypeID, in parseFunctionBody()6176 F->setPersonalityFn(cast<Constant>(PersFn)); in parseFunctionBody()6177 else if (F->getPersonalityFn() != cast<Constant>(PersFn)) in parseFunctionBody()
4432 LLVMValueRef PersFn,