Home
last modified time | relevance | path

Searched refs:hasPersonalityFn (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp62 if (F.hasPersonalityFn()) in endFunction()
65 F.hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
H A DDwarfCFIException.cpp73 if (F.hasPersonalityFn()) in beginFunction()
79 F.hasPersonalityFn() && in beginFunction()
H A DAIXException.cpp85 assert(F.hasPersonalityFn() && in endFunction()
H A DWinException.cpp79 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 DWasmEHPrepare.cpp237 if (!F.hasPersonalityFn() || in prepareEHPads()
243 assert(F.hasPersonalityFn() && "Personality function not found"); in prepareEHPads()
H A DStackProtector.cpp129 if (F.hasPersonalityFn()) { in run()
188 if (Fn.hasPersonalityFn()) { in runOnFunction()
H A DMachineFunction.cpp234 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 DEscapeEnumerator.cpp74 if (!F.hasPersonalityFn()) { in Next()
H A DCloneModule.cpp160 if (I.hasPersonalityFn()) in CloneModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp125 if (MF.getFunction().hasPersonalityFn()) { in runOnMachineFunction()
135 if (MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
H A DWebAssemblyExceptionInfo.cpp46 !MF.getFunction().hasPersonalityFn()) in INITIALIZE_PASS_DEPENDENCY()
H A DWebAssemblyFrameLowering.cpp149 MF.getFunction().hasPersonalityFn() && MF.getFrameInfo().hasCalls(); in needsPrologForEH()
H A DWebAssemblyCFGStackify.cpp2460 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 DFunction.h682 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry()
903 bool hasPersonalityFn() const { in hasPersonalityFn() function
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp325 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitPrologue()
360 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitEpilogue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp864 if (Src->hasPersonalityFn()) in copyAttributesFrom()
1037 assert(hasPersonalityFn() && getNumOperands()); in getPersonalityFn()
H A DVerifier.cpp3025 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 DObjCARCContract.cpp600 if (F.hasPersonalityFn() && in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp276 if (F.hasPersonalityFn()) in shouldOutlineFrom()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp107 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr); in set()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp106 if (Fn->hasPersonalityFn()) in computeBlockColors()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp159 if (!F.hasPersonalityFn()) in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1631 if (SInfo.AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction()
1822 if (F.hasPersonalityFn()) { in instrumentPersonalityFunctions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp802 if (!CurFn->hasPersonalityFn()) in getInvokeDestImpl()
1546 if (!CurFn->hasPersonalityFn()) in getTerminateLandingPad()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp805 if (F.hasPersonalityFn()) { in runOnModule()

123