Searched refs:MayBeEmittedEagerly (Results 1 – 2 of 2) sorted by relevance
1235 bool MayBeEmittedEagerly(const ValueDecl *D);
1391 bool CodeGenModule::MayBeEmittedEagerly(const ValueDecl *Global) { in MayBeEmittedEagerly() function in CodeGenModule1522 if (MustBeEmitted(Global) && MayBeEmittedEagerly(Global)) { in EmitGlobal()1542 assert(!MayBeEmittedEagerly(Global)); in EmitGlobal()