| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfCFIException.cpp | 71 if (F.hasPersonalityFn()) in beginFunction() 77 F.hasPersonalityFn() && in beginFunction()
|
| D | ARMException.cpp | 62 if (F.hasPersonalityFn()) in endFunction() 65 F.hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
|
| D | AIXException.cpp | 84 assert(F.hasPersonalityFn() && in endFunction()
|
| 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()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| D | ReduceInvokes.cpp | 34 if (F.hasPersonalityFn()) in reduceInvokesInModule()
|
| D | ReduceFunctionBodies.cpp | 42 if (F.hasPersonalityFn()) { in reduceFunctionData()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyLateEHPrepare.cpp | 124 if (MF.getFunction().hasPersonalityFn()) { in runOnMachineFunction() 132 if (MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
|
| D | WebAssemblyExceptionInfo.cpp | 46 !MF.getFunction().hasPersonalityFn()) in INITIALIZE_PASS_DEPENDENCY()
|
| D | WebAssemblyCFGStackify.cpp | 1548 MF.getFunction().hasPersonalityFn()) in placeMarkers() 1557 MF.getFunction().hasPersonalityFn()) { in placeMarkers() 1754 MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
|
| D | WebAssemblyFrameLowering.cpp | 143 MF.getFunction().hasPersonalityFn() && MF.getFrameInfo().hasCalls(); in needsPrologForEH()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | EscapeEnumerator.cpp | 74 if (!F.hasPersonalityFn()) { in Next()
|
| D | CloneModule.cpp | 180 if (I.hasPersonalityFn()) in CloneModule()
|
| D | InlineFunction.cpp | 2074 CalledFunc->hasPersonalityFn() in InlineFunction() 2082 Caller->hasPersonalityFn() in InlineFunction()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | Function.h | 620 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry() 803 bool hasPersonalityFn() const { in hasPersonalityFn() function
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | WasmEHPrepare.cpp | 212 assert(F.hasPersonalityFn() && "Personality function not found"); in prepareEHPads()
|
| D | StackProtector.cpp | 104 if (Fn.hasPersonalityFn()) { in runOnFunction()
|
| D | MachineFunction.cpp | 220 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init() 225 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/XCore/ |
| D | XCoreFrameLowering.cpp | 328 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitPrologue() 363 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitEpilogue()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCContract.cpp | 554 if (F.hasPersonalityFn() && in run()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | FunctionLoweringInfo.cpp | 100 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr); in set()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | MustExecute.cpp | 108 if (Fn->hasPersonalityFn()) in computeBlockColors()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86WinEHState.cpp | 153 if (!F.hasPersonalityFn()) in runOnFunction()
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | Verifier.cpp | 2619 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()
|
| D | Function.cpp | 747 if (Src->hasPersonalityFn()) in copyAttributesFrom() 1996 assert(hasPersonalityFn() && getNumOperands()); in getPersonalityFn()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| D | HWAddressSanitizer.cpp | 1444 if (SInfo.AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction() 1629 if (F.hasPersonalityFn()) { in instrumentPersonalityFunctions()
|