| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | ARMException.cpp | 62 if (F.hasPersonalityFn()) in endFunction() 65 F.hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
|
| H A D | DwarfCFIException.cpp | 73 if (F.hasPersonalityFn()) in beginFunction() 79 F.hasPersonalityFn() && in beginFunction()
|
| H A D | AIXException.cpp | 85 assert(F.hasPersonalityFn() && in endFunction()
|
| H A D | WinException.cpp | 79 if (F.hasPersonalityFn()) { in beginFunction() 84 bool forceEmitPersonality = F.hasPersonalityFn() && in beginFunction() 130 if (F.hasPersonalityFn()) in endFunction() 225 if (F.hasPersonalityFn()) in beginFunclet() 258 if (F.hasPersonalityFn()) in endFuncletImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WasmEHPrepare.cpp | 237 if (!F.hasPersonalityFn() || in prepareEHPads() 243 assert(F.hasPersonalityFn() && "Personality function not found"); in prepareEHPads()
|
| H A D | StackProtector.cpp | 129 if (F.hasPersonalityFn()) { in run() 188 if (Fn.hasPersonalityFn()) { in runOnFunction()
|
| H A D | MachineFunction.cpp | 234 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init() 239 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | EscapeEnumerator.cpp | 74 if (!F.hasPersonalityFn()) { in Next()
|
| H A D | CloneModule.cpp | 160 if (I.hasPersonalityFn()) in CloneModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLateEHPrepare.cpp | 125 if (MF.getFunction().hasPersonalityFn()) { in runOnMachineFunction() 135 if (MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
|
| H A D | WebAssemblyExceptionInfo.cpp | 46 !MF.getFunction().hasPersonalityFn()) in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | WebAssemblyFrameLowering.cpp | 149 MF.getFunction().hasPersonalityFn() && MF.getFrameInfo().hasCalls(); in needsPrologForEH()
|
| H A D | WebAssemblyCFGStackify.cpp | 2460 MF.getFunction().hasPersonalityFn()) { in placeMarkers() 2473 MF.getFunction().hasPersonalityFn()) { in placeMarkers() 2654 MF.getFunction().hasPersonalityFn() && WebAssembly::WasmUseLegacyEH) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Function.h | 682 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry() 903 bool hasPersonalityFn() const { in hasPersonalityFn() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameLowering.cpp | 325 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitPrologue() 360 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitEpilogue()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 864 if (Src->hasPersonalityFn()) in copyAttributesFrom() 1037 assert(hasPersonalityFn() && getNumOperands()); in getPersonalityFn()
|
| H A D | Verifier.cpp | 3025 if (F.hasPersonalityFn()) { in visitFunction() 3053 Check(!F.hasPersonalityFn(), in visitFunction() 4643 Check(F->hasPersonalityFn(), in visitLandingPadInst() 4667 Check(RI.getFunction()->hasPersonalityFn(), in visitResumeInst() 4685 Check(F->hasPersonalityFn(), in visitCatchPadInst() 4713 Check(F->hasPersonalityFn(), in visitCleanupPadInst() 4893 Check(F->hasPersonalityFn(), in visitCatchSwitchInst() 6700 if (F->hasPersonalityFn() && in visitIntrinsicCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 600 if (F.hasPersonalityFn() && in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 276 if (F.hasPersonalityFn()) in shouldOutlineFrom()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 107 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr); in set()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 106 if (Fn->hasPersonalityFn()) in computeBlockColors()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 159 if (!F.hasPersonalityFn()) in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 1631 if (SInfo.AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction() 1822 if (F.hasPersonalityFn()) { in instrumentPersonalityFunctions()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 802 if (!CurFn->hasPersonalityFn()) in getInvokeDestImpl() 1546 if (!CurFn->hasPersonalityFn()) in getTerminateLandingPad()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Arm64ECCallLowering.cpp | 805 if (F.hasPersonalityFn()) { in runOnModule()
|