Home
last modified time | relevance | path

Searched refs:hasPersonalityFn (Results 1 – 25 of 52) 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.cpp72 if (F.hasPersonalityFn()) in beginFunction()
78 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()
226 if (F.hasPersonalityFn()) in beginFunclet()
259 if (F.hasPersonalityFn()) in endFuncletImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp124 if (MF.getFunction().hasPersonalityFn()) { in runOnMachineFunction()
132 if (MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
H A DWebAssemblyExceptionInfo.cpp47 !MF.getFunction().hasPersonalityFn()) in INITIALIZE_PASS_DEPENDENCY()
H A DWebAssemblyCFGStackify.cpp1548 MF.getFunction().hasPersonalityFn()) in placeMarkers()
1557 MF.getFunction().hasPersonalityFn()) { in placeMarkers()
1718 MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
H A DWebAssemblyFrameLowering.cpp151 MF.getFunction().hasPersonalityFn() && MF.getFrameInfo().hasCalls(); in needsSP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp239 if (!F.hasPersonalityFn() || in prepareEHPads()
245 assert(F.hasPersonalityFn() && "Personality function not found"); in prepareEHPads()
H A DStackProtector.cpp129 if (F.hasPersonalityFn()) { in ContainsProtectableArray()
187 if (Fn.hasPersonalityFn()) { in HasAddressTaken()
H A DMachineFunction.cpp237 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 DEscapeEnumerator.cpp74 if (!F.hasPersonalityFn()) { in Next()
H A DCloneModule.cpp186 if (I.hasPersonalityFn()) in CloneModule()
H A DCloneFunction.cpp119 if (OldFunc->hasPersonalityFn()) in CloneFunctionInto()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h674 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry()
868 bool hasPersonalityFn() const { in hasPersonalityFn() function
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp327 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 DObjCARCContract.cpp554 if (F.hasPersonalityFn() && in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp277 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.cpp108 if (Fn->hasPersonalityFn()) in computeBlockColors()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp153 if (!F.hasPersonalityFn()) in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2880 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 DFunction.cpp847 if (Src->hasPersonalityFn()) in copyAttributesFrom()
1964 assert(hasPersonalityFn() && getNumOperands()); in getPersonalityFn()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1603 if (SInfo.AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction()
1801 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()

123