Searched refs:IDEHType (Results 1 – 2 of 2) sorted by relevance
2295 llvm::Constant *IDEHType = in GetEHType() local2297 if (!IDEHType) in GetEHType()2298 IDEHType = in GetEHType()2303 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
7521 auto *IDEHType = CGM.getModule().getGlobalVariable("OBJC_EHTYPE_id"); in GetEHType() local7522 if (!IDEHType) { in GetEHType()7523 IDEHType = in GetEHType()7528 IDEHType->setDLLStorageClass(getStorage(CGM, "OBJC_EHTYPE_id")); in GetEHType()7530 return IDEHType; in GetEHType()