Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2635 llvm::Constant *IDEHType = in GetEHType() local
2637 if (!IDEHType) in GetEHType()
2638 IDEHType = in GetEHType()
2643 return IDEHType; in GetEHType()
H A DCGObjCMac.cpp7629 auto *IDEHType = CGM.getModule().getGlobalVariable("OBJC_EHTYPE_id"); in GetEHType() local
7630 if (!IDEHType) { in GetEHType()
7631 IDEHType = new llvm::GlobalVariable( in GetEHType()
7635 IDEHType->setDLLStorageClass(getStorage(CGM, "OBJC_EHTYPE_id")); in GetEHType()
7637 return IDEHType; in GetEHType()