Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp64 if (F.hasPersonalityFn()) in endFunction()
67 F.hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
DDwarfCFIException.cpp103 if (F.hasPersonalityFn()) in beginFunction()
109 F.hasPersonalityFn() && in beginFunction()
DWinException.cpp75 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/
DEscapeEnumerator.cpp70 if (!F.hasPersonalityFn()) { in Next()
DCloneModule.cpp166 if (I.hasPersonalityFn()) in CloneModule()
DCloneFunction.cpp105 if (OldFunc->hasPersonalityFn()) in CloneFunctionInto()
DInlineFunction.cpp1616 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/
DWebAssemblyLateEHPrepare.cpp112 if (MF.getFunction().hasPersonalityFn()) { in runOnMachineFunction()
117 if (MF.getFunction().hasPersonalityFn()) { in runOnMachineFunction()
DWebAssemblyFrameLowering.cpp95 MF.getFunction().hasPersonalityFn() && MF.getFrameInfo().hasCalls(); in needsPrologForEH()
DWebAssemblyCFGStackify.cpp1284 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/
DFunction.h606 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/
DWasmEHPrepare.cpp221 assert(F.hasPersonalityFn() && "Personality function not found"); in prepareEHPads()
DStackProtector.cpp104 if (Fn.hasPersonalityFn()) { in runOnFunction()
DMachineFunction.cpp190 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init()
195 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init()
DWinEHPrepare.cpp113 if (!Fn.hasPersonalityFn()) in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp328 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/
DFunction.h577 bool hasPersonalityFn() const { in hasPersonalityFn() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMustExecute.cpp107 if (Fn->hasPersonalityFn()) in computeBlockColors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp563 if (F.hasPersonalityFn() && in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp103 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr); in set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp2266 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()
DFunction.cpp523 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/
DHWAddressSanitizer.cpp1134 if (AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction()
1428 if (F.hasPersonalityFn()) { in instrumentPersonalityFunctions()
DSanitizerCoverage.cpp589 if (F.hasPersonalityFn() && in instrumentFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp153 if (!F.hasPersonalityFn()) in runOnFunction()

12