Home
last modified time | relevance | path

Searched refs:MayBeEmittedEagerly (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenModule.h1257 bool MayBeEmittedEagerly(const ValueDecl *D);
DCodeGenModule.cpp1444 bool CodeGenModule::MayBeEmittedEagerly(const ValueDecl *Global) { in MayBeEmittedEagerly() function in CodeGenModule
1617 if (MustBeEmitted(Global) && MayBeEmittedEagerly(Global)) { in EmitGlobal()
1637 assert(!MayBeEmittedEagerly(Global)); in EmitGlobal()