Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2421 llvm::Constant *IDEHType = in GetEHType() local
2423 if (!IDEHType) in GetEHType()
2424 IDEHType = in GetEHType()
2429 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
H A DCGObjCMac.cpp7788 auto *IDEHType = CGM.getModule().getGlobalVariable("OBJC_EHTYPE_id"); in GetEHType() local
7789 if (!IDEHType) { in GetEHType()
7790 IDEHType = in GetEHType()
7795 IDEHType->setDLLStorageClass(getStorage(CGM, "OBJC_EHTYPE_id")); in GetEHType()
7797 return IDEHType; in GetEHType()