Home
last modified time | relevance | path

Searched refs:IDEHType (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2534 llvm::Constant *IDEHType = in GetEHType() local
2536 if (!IDEHType) in GetEHType()
2537 IDEHType = in GetEHType()
2542 return IDEHType; in GetEHType()
H A DCGObjCMac.cpp7741 auto *IDEHType = CGM.getModule().getGlobalVariable("OBJC_EHTYPE_id"); in GetEHType() local
7742 if (!IDEHType) { in GetEHType()
7743 IDEHType = in GetEHType()
7748 IDEHType->setDLLStorageClass(getStorage(CGM, "OBJC_EHTYPE_id")); in GetEHType()
7750 return IDEHType; in GetEHType()