Lines Matching refs:GO
1718 auto *GO = dyn_cast<GlobalObject>(V);
1719 if (GO) {
1720 if (GO->getComdat() == reinterpret_cast<Comdat *>(1)) {
1722 GO->setComdat(nullptr);
1724 GO->setComdat(TheModule->getOrInsertComdat(V->getName()));
1812 auto *GO = dyn_cast<GlobalObject>(V);
1813 if (!GO) {
1818 GO = GA->getBaseObject();
1819 assert(GO);
1823 Function *F = dyn_cast<Function>(GO);
2538 // Once all the constants have been read, go through and resolve forward