Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp75 FunctionCallee PersFn = getDefaultPersonalityFn(F.getParent()); in Next() local
76 F.setPersonalityFn(cast<Constant>(PersFn.getCallee())); in Next()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp806 GlobalValue *PersFn = in runOnModule() local
808 if (PersFn->getValueType() && PersFn->getValueType()->isFunctionTy()) { in runOnModule()
810 getArm64ECMangledFunctionName(PersFn->getName().str())) { in runOnModule()
811 PersFn->setName(MangledName.value()); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3466 LLVMValueRef PersFn, unsigned NumClauses, in LLVMBuildLandingPad() argument
3471 if (PersFn) in LLVMBuildLandingPad()
3473 unwrap<Function>(PersFn)); in LLVMBuildLandingPad()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6169 Value *PersFn = nullptr; in parseFunctionBody() local
6171 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()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h4432 LLVMValueRef PersFn,