Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DEHPersonalities.h33 CoreCLR, enumerator
70 case EHPersonality::CoreCLR: in isFuncletEHPersonality()
85 case EHPersonality::CoreCLR: in isScopedEHPersonality()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DEHPersonalities.cpp39 .Case("ProcessCLRException", EHPersonality::CoreCLR) in classifyEHPersonality()
58 case EHPersonality::CoreCLR: return "ProcessCLRException"; in getEHPersonalityName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h226 CoreCLR, enumerator
563 return isOSWindows() && getEnvironment() == Triple::CoreCLR; in isWindowsCoreCLREnvironment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp111 else if (Personality == EHPersonality::CoreCLR) in set()
H A DSelectionDAGBuilder.cpp1669 bool IsCoreCLR = Pers == EHPersonality::CoreCLR; in visitCatchPad()
1798 bool IsCoreCLR = Personality == EHPersonality::CoreCLR; in findUnwindDestinations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp236 case CoreCLR: return "coreclr"; in getEnvironmentTypeName()
564 .StartsWith("coreclr", Triple::CoreCLR) in parseEnvironment()
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/
H A DREADME.md266 * [C#/.NET CoreCLR](https://github.com/kmaragon/Konscious.Security.Cryptography) by [@kmaragon](htt…
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp168 else if (Per == EHPersonality::CoreCLR) in endFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst521 The CoreCLR GC
529 `CoreCLR <https://github.com/dotnet/coreclr>`__ runtime.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1331 MF.hasEHFunclets() && Personality == EHPersonality::CoreCLR; in emitPrologue()
1953 if (Personality == EHPersonality::CoreCLR) { in getWinEHFuncletFrameSize()
H A DX86ISelLowering.cpp3823 if (Personality == EHPersonality::CoreCLR) { in LowerFormalArguments()
26721 if (classifyEHPersonality(PersonalityFn) == EHPersonality::CoreCLR) in getExceptionPointerRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2358 bool IsCoreCLR = Personality == EHPersonality::CoreCLR; in findUnwindDestinations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3136 case EHPersonality::CoreCLR: in isCatchAll()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4689 EHPersonality::CoreCLR) in simplifyUnreachable()