Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2535 llvm::Constant *IDEHType = in GetEHType() local
2537 if (!IDEHType) in GetEHType()
2538 IDEHType = in GetEHType()
2543 return IDEHType; in GetEHType()
H A DCGObjCMac.cpp7735 auto *IDEHType = CGM.getModule().getGlobalVariable("OBJC_EHTYPE_id"); in GetEHType() local
7736 if (!IDEHType) { in GetEHType()
7737 IDEHType = in GetEHType()
7742 IDEHType->setDLLStorageClass(getStorage(CGM, "OBJC_EHTYPE_id")); in GetEHType()
7744 return IDEHType; in GetEHType()