Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp72 if (F->hasPersonalityFn()) in endFunction()
75 F->hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
DDwarfCFIException.cpp115 if (F->hasPersonalityFn()) in beginFunction()
121 F->hasPersonalityFn() && in beginFunction()
DWinException.cpp76 if (F->hasPersonalityFn()) in beginFunction()
80 F->hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in beginFunction()
110 if (F->hasPersonalityFn()) in endFunction()
204 if (F->hasPersonalityFn()) in beginFunclet()
211 if (F->hasPersonalityFn()) in beginFunclet()
229 if (F->hasPersonalityFn()) in endFunclet()
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp149 if (I.hasPersonalityFn()) in CloneModule()
DCloneFunction.cpp99 if (OldFunc->hasPersonalityFn()) in CloneFunctionInto()
DInlineFunction.cpp1400 CalledFunc->hasPersonalityFn() in InlineFunction()
1408 Caller->hasPersonalityFn() in InlineFunction()
/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp212 if (F.hasPersonalityFn()) in ValueMapping()
488 if (F.hasPersonalityFn()) in changeUseLists()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp327 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitPrologue()
362 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitEpilogue()
/external/llvm/lib/CodeGen/
DStackProtector.cpp106 if (Fn.hasPersonalityFn()) { in runOnFunction()
DShadowStackGCLowering.cpp151 if (!F.hasPersonalityFn()) { in Next()
DMachineFunction.cpp140 F->hasPersonalityFn() ? F->getPersonalityFn() : nullptr))) { in MachineFunction()
DWinEHPrepare.cpp104 if (!Fn.hasPersonalityFn()) in runOnFunction()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h577 bool hasPersonalityFn() const { in hasPersonalityFn() function
/external/llvm/include/llvm/IR/
DFunction.h550 bool hasPersonalityFn() const {
/external/llvm/lib/IR/
DFunction.cpp448 if (SrcF->hasPersonalityFn()) in copyAttributesFrom()
1165 assert(hasPersonalityFn() && getNumOperands()); in getPersonalityFn()
DVerifier.cpp1965 if (F.hasPersonalityFn()) { in visitFunction()
1987 Assert(!F.hasPersonalityFn(), in visitFunction()
3267 Assert(F->hasPersonalityFn(), in visitLandingPadInst()
3295 Assert(F->hasPersonalityFn(), in visitCatchPadInst()
3323 Assert(F->hasPersonalityFn(), in visitCleanupPadInst()
3503 Assert(F->hasPersonalityFn(), in visitCatchSwitchInst()
DAsmWriter.cpp2699 if (F->hasPersonalityFn()) { in printFunction()
DCore.cpp1792 return unwrap<Function>(Fn)->hasPersonalityFn(); in LLVMHasPersonalityFn()
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp361 if (F.hasPersonalityFn() && in runOnFunction()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp103 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr); in set()
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp153 if (!F.hasPersonalityFn()) in runOnFunction()
DX86FrameLowering.cpp920 if (Fn->hasPersonalityFn()) in emitPrologue()
/external/clang/lib/CodeGen/
DCGException.cpp708 if (!CurFn->hasPersonalityFn()) in getInvokeDestImpl()
1299 if (!CurFn->hasPersonalityFn()) in getTerminateLandingPad()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp431 if (Fn->hasPersonalityFn()) in computeLoopSafetyInfo()
/external/llvm/lib/Linker/
DIRMover.cpp966 if (Src.hasPersonalityFn()) in linkFunctionBody()

12