Searched refs:GetAddrOfMSGuidDecl (Results 1 – 5 of 5) sorted by relevance
888 ConstantAddress GetAddrOfMSGuidDecl(const MSGuidDecl *GD);
1907 return CGM.GetAddrOfMSGuidDecl(GD); in tryEmitBase()
2860 return MakeAddrLValue(CGM.GetAddrOfMSGuidDecl(GD), T, in EmitDeclRefLValue()5037 return Builder.CreateElementBitCast(CGM.GetAddrOfMSGuidDecl(E->getGuidDecl()), in EmitCXXUuidofExpr()
1963 V = CGM.GetAddrOfMSGuidDecl(GD).getPointer(); in CollectTemplateParams()
2755 ConstantAddress CodeGenModule::GetAddrOfMSGuidDecl(const MSGuidDecl *GD) { in GetAddrOfMSGuidDecl() function in CodeGenModule