Searched refs:MustBeEmitted (Results 1 – 2 of 2) sorted by relevance
3065 bool CodeGenModule::MustBeEmitted(const ValueDecl *Global) { in MustBeEmitted() function in CodeGenModule3318 if (MustBeEmitted(Global)) in EmitGlobal()3322 if (MustBeEmitted(Global)) in EmitGlobal()3384 if (MustBeEmitted(Global) && MayBeEmittedEagerly(Global)) { in EmitGlobal()3402 } else if (MustBeEmitted(Global)) { in EmitGlobal()4655 if (!MustBeEmitted(D) && !GV) { in EmitTentativeDefinition()
1725 bool MustBeEmitted(const ValueDecl *D);