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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1108 /// EmitIvarList - Emit the ivar list for the given
1113 llvm::Constant *EmitIvarList(const ObjCImplementationDecl *ID,
1331 /// EmitIvarList - Emit the ivar list for the given
1336 llvm::Constant *EmitIvarList(const ObjCImplementationDecl *ID);
3093 Values[ 6] = EmitIvarList(ID, false);
3158 Values[ 6] = EmitIvarList(ID, true);
3274 llvm::Constant *CGObjCMac::EmitIvarList(const ObjCImplementationDecl *ID, function in class:CGObjCMac
5685 Values[ 7] = EmitIvarList(ID);
6129 /// EmitIvarList - Emit the ivar list for the given
6146 llvm::Constant *CGObjCNonFragileABIMac::EmitIvarList( function in class:CGObjCNonFragileABIMac
[all...]

Completed in 54 milliseconds