Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DEHPersonalities.h49 inline bool isAsynchronousEHPersonality(EHPersonality Pers) { in isAsynchronousEHPersonality() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DEHPersonalities.cpp74 return !isAsynchronousEHPersonality(Personality); in canSimplifyInvokeNoUnwind()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp626 if (isAsynchronousEHPersonality(Personality)) in isStateStoreNeeded()
652 if (isAsynchronousEHPersonality(Personality)) in addStateStores()
DX86ExpandPseudo.cpp336 bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality( in ExpandMI()
DX86FrameLowering.cpp1363 if (isAsynchronousEHPersonality(Personality)) in emitPrologue()
2138 assert(!isAsynchronousEHPersonality(classifyEHPersonality( in emitCatchRetReturnValue()
2180 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters()
DX86ISelLowering.cpp31213 assert(!isAsynchronousEHPersonality( in EmitLoweredCatchRet()
31242 bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality(PerFn)); in EmitLoweredCatchPad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp109 else if (isAsynchronousEHPersonality(Personality)) in set()
DSelectionDAGBuilder.cpp1613 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchPad()
1633 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet()
1724 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp756 bool IsSEH = isAsynchronousEHPersonality( in getEHScopeMembership()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp590 isAsynchronousEHPersonality(classifyEHPersonality(F.getPersonalityFn()))) in instrumentFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1663 } else if (isAsynchronousEHPersonality(Personality)) { in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1011 if (isAsynchronousEHPersonality(Per)) { in emitPrologue()
DAArch64ISelLowering.cpp1475 assert(!isAsynchronousEHPersonality(classifyEHPersonality( in EmitLoweredCatchRet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1379 if (isAsynchronousEHPersonality( in beginFunctionImpl()