Searched defs:SGV (Results 1 – 3 of 3) sorted by relevance
169 bool ModuleLinker::doImportAsDefinition(const GlobalValue *SGV) { in doImportAsDefinition()199 bool ModuleLinker::doPromoteLocalToGlobal(const GlobalValue *SGV) { in doPromoteLocalToGlobal()223 std::string ModuleLinker::getName(const GlobalValue *SGV) { in getName()237 GlobalValue::LinkageTypes ModuleLinker::getLinkage(const GlobalValue *SGV) { in getLinkage()
614 auto *SGV = dyn_cast<GlobalValue>(V); in materializeDeclFor() local733 GlobalValue *IRLinker::copyGlobalValueProto(const GlobalValue *SGV, in copyGlobalValueProto()981 static bool useExistingDest(GlobalValue &SGV, GlobalValue *DGV, in useExistingDest()998 bool IRLinker::shouldLink(GlobalValue *DGV, GlobalValue &SGV) { in shouldLink()1026 Constant *IRLinker::linkGlobalValueProto(GlobalValue *SGV, bool ForAlias) { in linkGlobalValueProto()
209 GlobalValue *SGV = SrcModule.getNamedValue(CalledFunctionName); in GetImportList() local