Searched refs:IDEHType (Results 1 – 2 of 2) sorted by relevance
2409 llvm::Constant *IDEHType = in GetEHType() local2411 if (!IDEHType) in GetEHType()2412 IDEHType = in GetEHType()2417 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
7808 auto *IDEHType = CGM.getModule().getGlobalVariable("OBJC_EHTYPE_id"); in GetEHType() local7809 if (!IDEHType) { in GetEHType()7810 IDEHType = in GetEHType()7815 IDEHType->setDLLStorageClass(getStorage(CGM, "OBJC_EHTYPE_id")); in GetEHType()7817 return IDEHType; in GetEHType()