Home
last modified time | relevance | path

Searched refs:CoreCLR (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DEHPersonalities.h33 CoreCLR, enumerator
70 case EHPersonality::CoreCLR: in isFuncletEHPersonality()
85 case EHPersonality::CoreCLR: in isScopedEHPersonality()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DEHPersonalities.cpp39 .Case("ProcessCLRException", EHPersonality::CoreCLR) in classifyEHPersonality()
58 case EHPersonality::CoreCLR: return "ProcessCLRException"; in getEHPersonalityName()
H A DValueTracking.cpp5287 case EHPersonality::CoreCLR: in isGuaranteedToTransferExecutionToSuccessor()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h226 CoreCLR, enumerator
563 return isOSWindows() && getEnvironment() == Triple::CoreCLR; in isWindowsCoreCLREnvironment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp111 else if (Personality == EHPersonality::CoreCLR) in set()
H A DSelectionDAGBuilder.cpp1670 bool IsCoreCLR = Pers == EHPersonality::CoreCLR; in visitCatchPad()
1799 bool IsCoreCLR = Personality == EHPersonality::CoreCLR; in findUnwindDestinations()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp236 case CoreCLR: return "coreclr"; in getEnvironmentTypeName()
564 .StartsWith("coreclr", Triple::CoreCLR) in parseEnvironment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp168 else if (Per == EHPersonality::CoreCLR) in endFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1335 MF.hasEHFunclets() && Personality == EHPersonality::CoreCLR; in emitPrologue()
1969 if (Personality == EHPersonality::CoreCLR) { in getWinEHFuncletFrameSize()
H A DX86ISelLowering.cpp3818 if (Personality == EHPersonality::CoreCLR) { in LowerFormalArguments()
26889 if (classifyEHPersonality(PersonalityFn) == EHPersonality::CoreCLR) in getExceptionPointerRegister()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2401 bool IsCoreCLR = Personality == EHPersonality::CoreCLR; in findUnwindDestinations()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3225 case EHPersonality::CoreCLR: in isCatchAll()