Home
last modified time | relevance | path

Searched refs:DestGV (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Linker/
DLinkModules.cpp530 static void copyGVAttributes(GlobalValue *DestGV, const GlobalValue *SrcGV) { in copyGVAttributes() argument
531 DestGV->copyAttributesFrom(SrcGV); in copyGVAttributes()
532 forceRenaming(DestGV, SrcGV->getName()); in copyGVAttributes()