Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BCD

2769   if (auto BCD = Module.getNamedGlobal(MangledName))
2770 return BCD;
2774 auto BCD = new llvm::GlobalVariable(Module, Type, /*Constant=*/true, Linkage,
2790 BCD->setInitializer(llvm::ConstantStruct::get(Type, Fields));
2791 return BCD;