Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2409 llvm::Constant *IDEHType = in GetEHType() local
2411 if (!IDEHType) in GetEHType()
2412 IDEHType = in GetEHType()
2417 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
H A DCGObjCMac.cpp7808 auto *IDEHType = CGM.getModule().getGlobalVariable("OBJC_EHTYPE_id"); in GetEHType() local
7809 if (!IDEHType) { in GetEHType()
7810 IDEHType = in GetEHType()
7815 IDEHType->setDLLStorageClass(getStorage(CGM, "OBJC_EHTYPE_id")); in GetEHType()
7817 return IDEHType; in GetEHType()