Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDShadowStackGCLowering.cpp148 Constant *PersFn = F.getParent()->getOrInsertFunction( in Next() local
151 F.setPersonalityFn(PersFn); in Next()
/NextBSD/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp4040 Value *PersFn = nullptr; in parseFunctionBody() local
4041 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()
/NextBSD/contrib/llvm/lib/IR/
HDCore.cpp2260 LLVMValueRef PersFn, unsigned NumClauses, in LLVMBuildLandingPad() argument
2265 if (PersFn) in LLVMBuildLandingPad()
2267 cast<Function>(unwrap(PersFn))); in LLVMBuildLandingPad()
/NextBSD/contrib/llvm/include/llvm-c/
HDCore.h2678 LLVMValueRef PersFn, unsigned NumClauses,