Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenModule.cpp3065 bool CodeGenModule::MustBeEmitted(const ValueDecl *Global) { in MustBeEmitted() function in CodeGenModule
3318 if (MustBeEmitted(Global)) in EmitGlobal()
3322 if (MustBeEmitted(Global)) in EmitGlobal()
3384 if (MustBeEmitted(Global) && MayBeEmittedEagerly(Global)) { in EmitGlobal()
3402 } else if (MustBeEmitted(Global)) { in EmitGlobal()
4655 if (!MustBeEmitted(D) && !GV) { in EmitTentativeDefinition()
DCodeGenModule.h1725 bool MustBeEmitted(const ValueDecl *D);