Searched defs:typeinfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp183 /// different modules. Used for EH typeinfo names, selector strings, and a
929 // Return the existing typeinfo if it exists
930 llvm::Constant *typeinfo = TheModule.getGlobalVariable(typeinfoName); local
931 if (typeinfo) return typeinfo;

Completed in 209 milliseconds