Home | History | Annotate | Download | only in CodeGen

Lines Matching full:bcd

3559   if (auto BCD = Module.getNamedGlobal(MangledName))
3560 return BCD;
3564 auto BCD =
3567 if (BCD->isWeakForLinker())
3568 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName()));
3582 BCD->setInitializer(llvm::ConstantStruct::get(Type, Fields));
3583 return BCD;