/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ARMException.cpp | 64 if (F.hasPersonalityFn()) in endFunction() 67 F.hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
|
H A D | DwarfCFIException.cpp | 102 if (F.hasPersonalityFn()) in beginFunction() 108 F.hasPersonalityFn() && in beginFunction()
|
H A D | AIXException.cpp | 70 assert(F.hasPersonalityFn() && in endFunction()
|
H A D | WinException.cpp | 84 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 D | WebAssemblyLateEHPrepare.cpp | 124 if (MF.getFunction().hasPersonalityFn()) { in runOnMachineFunction() 132 if (MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
|
H A D | WebAssemblyExceptionInfo.cpp | 45 !MF.getFunction().hasPersonalityFn()) in INITIALIZE_PASS_DEPENDENCY()
|
H A D | WebAssemblyFrameLowering.cpp | 96 MF.getFunction().hasPersonalityFn() && MF.getFrameInfo().hasCalls(); in needsPrologForEH()
|
H A D | WebAssemblyCFGStackify.cpp | 1567 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 D | EscapeEnumerator.cpp | 74 if (!F.hasPersonalityFn()) { in Next()
|
H A D | CloneModule.cpp | 166 if (I.hasPersonalityFn()) in CloneModule()
|
H A D | CloneFunction.cpp | 107 if (OldFunc->hasPersonalityFn()) in CloneFunctionInto()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Function.h | 689 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 D | verify-uselistorder.cpp | 210 if (F.hasPersonalityFn()) in ValueMapping() 492 if (F.hasPersonalityFn()) in changeUseLists()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreFrameLowering.cpp | 328 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 D | WasmEHPrepare.cpp | 230 assert(F.hasPersonalityFn() && "Personality function not found"); in prepareEHPads()
|
H A D | StackProtector.cpp | 106 if (Fn.hasPersonalityFn()) { in runOnFunction()
|
H A D | MachineFunction.cpp | 192 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 D | ObjCARCContract.cpp | 548 if (F.hasPersonalityFn() && in run()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 103 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr); in set()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 153 if (!F.hasPersonalityFn()) in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MustExecute.cpp | 110 if (Fn->hasPersonalityFn()) in computeBlockColors()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Verifier.cpp | 2528 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 D | Function.cpp | 684 if (Src->hasPersonalityFn()) in copyAttributesFrom() 1739 assert(hasPersonalityFn() && getNumOperands()); in getPersonalityFn()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1258 if (AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction() 1483 if (F.hasPersonalityFn()) { in instrumentPersonalityFunctions()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGException.cpp | 778 if (!CurFn->hasPersonalityFn()) in getInvokeDestImpl() 1517 if (!CurFn->hasPersonalityFn()) in getTerminateLandingPad()
|