Searched refs:IDEHType (Results 1 – 2 of 2) sorted by relevance
2421 llvm::Constant *IDEHType = in GetEHType() local2423 if (!IDEHType) in GetEHType()2424 IDEHType = in GetEHType()2429 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
7788 auto *IDEHType = CGM.getModule().getGlobalVariable("OBJC_EHTYPE_id"); in GetEHType() local7789 if (!IDEHType) { in GetEHType()7790 IDEHType = in GetEHType()7795 IDEHType->setDLLStorageClass(getStorage(CGM, "OBJC_EHTYPE_id")); in GetEHType()7797 return IDEHType; in GetEHType()