/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 | 72 if (F.hasPersonalityFn()) in beginFunction() 78 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() 226 if (F.hasPersonalityFn()) in beginFunclet() 259 if (F.hasPersonalityFn()) in endFuncletImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLateEHPrepare.cpp | 124 if (MF.getFunction().hasPersonalityFn()) { in runOnMachineFunction() 132 if (MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
|
H A D | WebAssemblyExceptionInfo.cpp | 47 !MF.getFunction().hasPersonalityFn()) in INITIALIZE_PASS_DEPENDENCY()
|
H A D | WebAssemblyCFGStackify.cpp | 1548 MF.getFunction().hasPersonalityFn()) in placeMarkers() 1557 MF.getFunction().hasPersonalityFn()) { in placeMarkers() 1718 MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
|
H A D | WebAssemblyFrameLowering.cpp | 151 MF.getFunction().hasPersonalityFn() && MF.getFrameInfo().hasCalls(); in needsSP()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WasmEHPrepare.cpp | 239 if (!F.hasPersonalityFn() || in prepareEHPads() 245 assert(F.hasPersonalityFn() && "Personality function not found"); in prepareEHPads()
|
H A D | StackProtector.cpp | 129 if (F.hasPersonalityFn()) { in ContainsProtectableArray() 187 if (Fn.hasPersonalityFn()) { in HasAddressTaken()
|
H A D | MachineFunction.cpp | 237 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init() 242 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 | 186 if (I.hasPersonalityFn()) in CloneModule()
|
H A D | CloneFunction.cpp | 119 if (OldFunc->hasPersonalityFn()) in CloneFunctionInto()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Function.h | 674 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry() 868 bool hasPersonalityFn() const { in hasPersonalityFn() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreFrameLowering.cpp | 327 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitPrologue() 362 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitEpilogue()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 554 if (F.hasPersonalityFn() && in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | HotColdSplitting.cpp | 277 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 | 108 if (Fn->hasPersonalityFn()) in computeBlockColors()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 153 if (!F.hasPersonalityFn()) in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 2880 if (F.hasPersonalityFn()) { in visitFunction() 2908 Check(!F.hasPersonalityFn(), in visitFunction() 4475 Check(F->hasPersonalityFn(), in visitLandingPadInst() 4499 Check(RI.getFunction()->hasPersonalityFn(), in visitResumeInst() 4517 Check(F->hasPersonalityFn(), in visitCatchPadInst() 4545 Check(F->hasPersonalityFn(), in visitCleanupPadInst() 4725 Check(F->hasPersonalityFn(), in visitCatchSwitchInst() 6340 if (F->hasPersonalityFn() && in visitIntrinsicCall()
|
H A D | Function.cpp | 847 if (Src->hasPersonalityFn()) in copyAttributesFrom() 1964 assert(hasPersonalityFn() && getNumOperands()); in getPersonalityFn()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1603 if (SInfo.AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction() 1801 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()
|