Searched refs:IvarListnfABIPtrTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp634 // IvarListnfABIPtrTy = LLVM for struct _ivar_list_t*
635 llvm::Type *IvarListnfABIPtrTy; member in class:__anon3801::ObjCNonFragileABITypesHelper
1324 /// IvarListnfABIPtrTy.
5486 IvarListnfABIPtrTy = llvm::PointerType::getUnqual(IvarListnfABITy);
5507 IvarListnfABIPtrTy,
5815 Values[ 7] = llvm::Constant::getNullValue(ObjCTypes.IvarListnfABIPtrTy);
6284 /// IvarListnfABIPtrTy.
6336 return llvm::Constant::getNullValue(ObjCTypes.IvarListnfABIPtrTy);
6357 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.IvarListnfABIPtrTy);

Completed in 111 milliseconds