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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2345 bool CodeGenModule::MustBeEmitted(const ValueDecl *Global) { function in class:CodeGenModule
2501 if (MustBeEmitted(Global))
2505 if (MustBeEmitted(Global))
2565 if (MustBeEmitted(Global) && MayBeEmittedEagerly(Global)) {
2588 } else if (MustBeEmitted(Global)) {
3743 if (!MustBeEmitted(D) && !GV) {
H A DCodeGenModule.h1507 bool MustBeEmitted(const ValueDecl *D);

Completed in 121 milliseconds