Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DEHPersonalities.h49 inline bool isAsynchronousEHPersonality(EHPersonality Pers) { in isAsynchronousEHPersonality() function
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DEHPersonalities.cpp82 return !isAsynchronousEHPersonality(Personality); in canSimplifyInvokeNoUnwind()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86WinEHState.cpp619 if (isAsynchronousEHPersonality(Personality)) in isStateStoreNeeded()
645 if (isAsynchronousEHPersonality(Personality)) in addStateStores()
H A DX86FrameLowering.cpp2008 if (isAsynchronousEHPersonality(Personality)) in emitPrologue()
2842 assert(!isAsynchronousEHPersonality(classifyEHPersonality( in emitCatchRetReturnValue()
2883 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters()
3959 bool IsSEH = isAsynchronousEHPersonality( in restoreWinEHStackPointersInParent()
H A DX86ISelLowering.cpp36224 assert(!isAsynchronousEHPersonality( in EmitLoweredCatchRet()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp106 else if (isAsynchronousEHPersonality(Personality)) in set()
H A DSelectionDAGBuilder.cpp1750 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchPad()
1767 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet()
1880 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DAnalysis.cpp766 bool IsSEH = isAsynchronousEHPersonality( in getEHScopeMembership()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp641 isAsynchronousEHPersonality(classifyEHPersonality(F.getPersonalityFn()))) in instrumentFunction()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2121 } else if (isAsynchronousEHPersonality(Personality)) { in InlineFunction()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1502 if (isAsynchronousEHPersonality( in beginFunctionImpl()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1855 if (isAsynchronousEHPersonality(Per)) { in emitPrologue()
H A DAArch64ISelLowering.cpp2658 assert(!isAsynchronousEHPersonality(classifyEHPersonality( in EmitLoweredCatchRet()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2515 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations()