Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.cpp1436 bool CodeGenModule::MustBeEmitted(const ValueDecl *Global) { in MustBeEmitted() function in CodeGenModule
1569 if (MustBeEmitted(Global)) in EmitGlobal()
1617 if (MustBeEmitted(Global) && MayBeEmittedEagerly(Global)) { in EmitGlobal()
1635 } else if (MustBeEmitted(Global)) { in EmitGlobal()
2292 if (!MustBeEmitted(D) && !GV) { in EmitTentativeDefinition()
DCodeGenModule.h1251 bool MustBeEmitted(const ValueDecl *D);