Searched refs:MayBeEmittedEagerly (Results 1 – 2 of 2) sorted by relevance
1224 bool MayBeEmittedEagerly(const ValueDecl *D);
1266 bool CodeGenModule::MayBeEmittedEagerly(const ValueDecl *Global) { in MayBeEmittedEagerly() function in CodeGenModule1387 if (MustBeEmitted(Global) && MayBeEmittedEagerly(Global)) { in EmitGlobal()1407 assert(!MayBeEmittedEagerly(Global)); in EmitGlobal()