Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:GO

267     if (auto *GO = dyn_cast<llvm::GlobalObject>(C))
268 return GO;
909 llvm::GlobalObject *GO) {
910 SetCommonAttributes(D, GO);
914 GO->setSection(SA->getName());
916 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this);
2233 llvm::GlobalObject &GO) {
2236 GO.setComdat(TheModule.getOrInsertComdat(GO.getName()));