Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h1224 bool MayBeEmittedEagerly(const ValueDecl *D);
DCodeGenModule.cpp1266 bool CodeGenModule::MayBeEmittedEagerly(const ValueDecl *Global) { in MayBeEmittedEagerly() function in CodeGenModule
1387 if (MustBeEmitted(Global) && MayBeEmittedEagerly(Global)) { in EmitGlobal()
1407 assert(!MayBeEmittedEagerly(Global)); in EmitGlobal()