Searched refs:MayBeEmittedEagerly (Results 1 – 2 of 2) sorted by relevance
1257 bool MayBeEmittedEagerly(const ValueDecl *D);
1444 bool CodeGenModule::MayBeEmittedEagerly(const ValueDecl *Global) { in MayBeEmittedEagerly() function in CodeGenModule1617 if (MustBeEmitted(Global) && MayBeEmittedEagerly(Global)) { in EmitGlobal()1637 assert(!MayBeEmittedEagerly(Global)); in EmitGlobal()