Home
last modified time | relevance | path

Searched refs:isAsynchronousEHPersonality (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DEHPersonalities.h49 inline bool isAsynchronousEHPersonality(EHPersonality Pers) { in isAsynchronousEHPersonality() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DEHPersonalities.cpp99 return !EHa && !isAsynchronousEHPersonality(Personality); in canSimplifyInvokeNoUnwind()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp615 if (isAsynchronousEHPersonality(Personality)) in isStateStoreNeeded()
641 if (isAsynchronousEHPersonality(Personality)) in addStateStores()
H A DX86FrameLowering.cpp2047 if (isAsynchronousEHPersonality(Personality)) in emitPrologue()
2987 assert(!isAsynchronousEHPersonality(classifyEHPersonality( in emitCatchRetReturnValue()
3028 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters()
4167 bool IsSEH = isAsynchronousEHPersonality( in restoreWinEHStackPointersInParent()
H A DX86ISelLowering.cpp34943 assert(!isAsynchronousEHPersonality( in EmitLoweredCatchRet()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp113 else if (isAsynchronousEHPersonality(Personality)) in set()
H A DSelectionDAGBuilder.cpp1927 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchPad()
1944 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet()
2057 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp815 bool IsSEH = isAsynchronousEHPersonality( in getEHScopeMembership()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp624 isAsynchronousEHPersonality(classifyEHPersonality(F.getPersonalityFn()))) in instrumentFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2173 } else if (isAsynchronousEHPersonality(Personality)) { in InlineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1527 if (isAsynchronousEHPersonality( in beginFunctionImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2113 if (isAsynchronousEHPersonality(Per)) { in emitPrologue()
H A DAArch64ISelLowering.cpp2734 assert(!isAsynchronousEHPersonality(classifyEHPersonality( in EmitLoweredCatchRet()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2663 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations()