Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp64 if (F.hasPersonalityFn()) in endFunction()
67 F.hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
H A DDwarfCFIException.cpp102 if (F.hasPersonalityFn()) in beginFunction()
108 F.hasPersonalityFn() && in beginFunction()
H A DAIXException.cpp70 assert(F.hasPersonalityFn() && in endFunction()
H A DWinException.cpp84 if (F.hasPersonalityFn()) { in beginFunction()
89 bool forceEmitPersonality = F.hasPersonalityFn() && in beginFunction()
135 if (F.hasPersonalityFn()) in endFunction()
239 if (F.hasPersonalityFn()) in beginFunclet()
272 if (F.hasPersonalityFn()) in endFuncletImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp124 if (MF.getFunction().hasPersonalityFn()) { in runOnMachineFunction()
132 if (MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
H A DWebAssemblyExceptionInfo.cpp45 !MF.getFunction().hasPersonalityFn()) in INITIALIZE_PASS_DEPENDENCY()
H A DWebAssemblyFrameLowering.cpp96 MF.getFunction().hasPersonalityFn() && MF.getFrameInfo().hasCalls(); in needsPrologForEH()
H A DWebAssemblyCFGStackify.cpp1567 MF.getFunction().hasPersonalityFn()) in placeMarkers()
1576 MF.getFunction().hasPersonalityFn()) { in placeMarkers()
1774 MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp74 if (!F.hasPersonalityFn()) { in Next()
H A DCloneModule.cpp166 if (I.hasPersonalityFn()) in CloneModule()
H A DCloneFunction.cpp107 if (OldFunc->hasPersonalityFn()) in CloneFunctionInto()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h689 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry()
830 bool hasPersonalityFn() const { in hasPersonalityFn() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp210 if (F.hasPersonalityFn()) in ValueMapping()
492 if (F.hasPersonalityFn()) in changeUseLists()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp328 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitPrologue()
363 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitEpilogue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp230 assert(F.hasPersonalityFn() && "Personality function not found"); in prepareEHPads()
H A DStackProtector.cpp106 if (Fn.hasPersonalityFn()) { in runOnFunction()
H A DMachineFunction.cpp192 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init()
197 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp548 if (F.hasPersonalityFn() && in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp103 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr); in set()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86WinEHState.cpp153 if (!F.hasPersonalityFn()) in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMustExecute.cpp110 if (Fn->hasPersonalityFn()) in computeBlockColors()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp2528 if (F.hasPersonalityFn()) { in visitFunction()
2553 Assert(!F.hasPersonalityFn(), in visitFunction()
3989 Assert(F->hasPersonalityFn(), in visitLandingPadInst()
4014 Assert(RI.getFunction()->hasPersonalityFn(), in visitResumeInst()
4032 Assert(F->hasPersonalityFn(), in visitCatchPadInst()
4060 Assert(F->hasPersonalityFn(), in visitCleanupPadInst()
4240 Assert(F->hasPersonalityFn(), in visitCatchSwitchInst()
H A DFunction.cpp684 if (Src->hasPersonalityFn()) in copyAttributesFrom()
1739 assert(hasPersonalityFn() && getNumOperands()); in getPersonalityFn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1258 if (AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction()
1483 if (F.hasPersonalityFn()) { in instrumentPersonalityFunctions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp778 if (!CurFn->hasPersonalityFn()) in getInvokeDestImpl()
1517 if (!CurFn->hasPersonalityFn()) in getTerminateLandingPad()

12