/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | ARMException.cpp | 64 if (F.hasPersonalityFn()) in endFunction() 67 F.hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
|
D | DwarfCFIException.cpp | 103 if (F.hasPersonalityFn()) in beginFunction() 109 F.hasPersonalityFn() && in beginFunction()
|
D | WinException.cpp | 75 if (F.hasPersonalityFn()) { in beginFunction() 80 bool forceEmitPersonality = F.hasPersonalityFn() && in beginFunction() 126 if (F.hasPersonalityFn()) in endFunction() 224 if (F.hasPersonalityFn()) in beginFunclet() 257 if (F.hasPersonalityFn()) in endFuncletImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | EscapeEnumerator.cpp | 70 if (!F.hasPersonalityFn()) { in Next()
|
D | CloneModule.cpp | 166 if (I.hasPersonalityFn()) in CloneModule()
|
D | CloneFunction.cpp | 105 if (OldFunc->hasPersonalityFn()) in CloneFunctionInto()
|
D | InlineFunction.cpp | 1616 CalledFunc->hasPersonalityFn() in InlineFunction() 1624 Caller->hasPersonalityFn() in InlineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLateEHPrepare.cpp | 112 if (MF.getFunction().hasPersonalityFn()) { in runOnMachineFunction() 117 if (MF.getFunction().hasPersonalityFn()) { in runOnMachineFunction()
|
D | WebAssemblyFrameLowering.cpp | 95 MF.getFunction().hasPersonalityFn() && MF.getFrameInfo().hasCalls(); in needsPrologForEH()
|
D | WebAssemblyCFGStackify.cpp | 1284 MF.getFunction().hasPersonalityFn()) in placeMarkers() 1293 MF.getFunction().hasPersonalityFn()) in placeMarkers() 1370 MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Function.h | 606 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry() 743 bool hasPersonalityFn() const { in hasPersonalityFn() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WasmEHPrepare.cpp | 221 assert(F.hasPersonalityFn() && "Personality function not found"); in prepareEHPads()
|
D | StackProtector.cpp | 104 if (Fn.hasPersonalityFn()) { in runOnFunction()
|
D | MachineFunction.cpp | 190 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init() 195 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init()
|
D | WinEHPrepare.cpp | 113 if (!Fn.hasPersonalityFn()) in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 328 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitPrologue() 363 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitEpilogue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 577 bool hasPersonalityFn() const { in hasPersonalityFn() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MustExecute.cpp | 107 if (Fn->hasPersonalityFn()) in computeBlockColors()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 563 if (F.hasPersonalityFn() && in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 103 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr); in set()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 2266 if (F.hasPersonalityFn()) { in visitFunction() 2291 Assert(!F.hasPersonalityFn(), in visitFunction() 3706 Assert(F->hasPersonalityFn(), in visitLandingPadInst() 3731 Assert(RI.getFunction()->hasPersonalityFn(), in visitResumeInst() 3749 Assert(F->hasPersonalityFn(), in visitCatchPadInst() 3777 Assert(F->hasPersonalityFn(), in visitCleanupPadInst() 3957 Assert(F->hasPersonalityFn(), in visitCatchSwitchInst()
|
D | Function.cpp | 523 if (Src->hasPersonalityFn()) in copyAttributesFrom() 1485 assert(hasPersonalityFn() && getNumOperands()); in getPersonalityFn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1134 if (AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction() 1428 if (F.hasPersonalityFn()) { in instrumentPersonalityFunctions()
|
D | SanitizerCoverage.cpp | 589 if (F.hasPersonalityFn() && in instrumentFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 153 if (!F.hasPersonalityFn()) in runOnFunction()
|