reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 5932   IvarListnfABIPtrTy = llvm::PointerType::getUnqual(IvarListnfABITy);
 5951       MethodListnfABIPtrTy, ProtocolListnfABIPtrTy, IvarListnfABIPtrTy,
 6264     values.addNullPointer(ObjCTypes.IvarListnfABIPtrTy);
 6848     return llvm::Constant::getNullValue(ObjCTypes.IvarListnfABIPtrTy);
 6859   return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.IvarListnfABIPtrTy);