Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp71 if (F.hasPersonalityFn()) in beginFunction()
77 F.hasPersonalityFn() && in beginFunction()
DARMException.cpp62 if (F.hasPersonalityFn()) in endFunction()
65 F.hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
DAIXException.cpp84 assert(F.hasPersonalityFn() && in endFunction()
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()
/openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
DReduceInvokes.cpp34 if (F.hasPersonalityFn()) in reduceInvokesInModule()
DReduceFunctionBodies.cpp42 if (F.hasPersonalityFn()) { in reduceFunctionData()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp124 if (MF.getFunction().hasPersonalityFn()) { in runOnMachineFunction()
132 if (MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
DWebAssemblyExceptionInfo.cpp46 !MF.getFunction().hasPersonalityFn()) in INITIALIZE_PASS_DEPENDENCY()
DWebAssemblyCFGStackify.cpp1548 MF.getFunction().hasPersonalityFn()) in placeMarkers()
1557 MF.getFunction().hasPersonalityFn()) { in placeMarkers()
1754 MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
DWebAssemblyFrameLowering.cpp143 MF.getFunction().hasPersonalityFn() && MF.getFrameInfo().hasCalls(); in needsPrologForEH()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DEscapeEnumerator.cpp74 if (!F.hasPersonalityFn()) { in Next()
DCloneModule.cpp180 if (I.hasPersonalityFn()) in CloneModule()
DInlineFunction.cpp2074 CalledFunc->hasPersonalityFn() in InlineFunction()
2082 Caller->hasPersonalityFn() in InlineFunction()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DFunction.h620 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry()
803 bool hasPersonalityFn() const { in hasPersonalityFn() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DWasmEHPrepare.cpp212 assert(F.hasPersonalityFn() && "Personality function not found"); in prepareEHPads()
DStackProtector.cpp104 if (Fn.hasPersonalityFn()) { in runOnFunction()
DMachineFunction.cpp220 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init()
225 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init()
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp328 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitPrologue()
363 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitEpilogue()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp554 if (F.hasPersonalityFn() && in run()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp100 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr); in set()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMustExecute.cpp108 if (Fn->hasPersonalityFn()) in computeBlockColors()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86WinEHState.cpp153 if (!F.hasPersonalityFn()) in runOnFunction()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DVerifier.cpp2619 if (F.hasPersonalityFn()) { in visitFunction()
2644 Check(!F.hasPersonalityFn(), in visitFunction()
4166 Check(F->hasPersonalityFn(), in visitLandingPadInst()
4190 Check(RI.getFunction()->hasPersonalityFn(), in visitResumeInst()
4208 Check(F->hasPersonalityFn(), in visitCatchPadInst()
4236 Check(F->hasPersonalityFn(), in visitCleanupPadInst()
4416 Check(F->hasPersonalityFn(), in visitCatchSwitchInst()
DFunction.cpp747 if (Src->hasPersonalityFn()) in copyAttributesFrom()
1996 assert(hasPersonalityFn() && getNumOperands()); in getPersonalityFn()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1444 if (SInfo.AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction()
1629 if (F.hasPersonalityFn()) { in instrumentPersonalityFunctions()

12