Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp426 static void CopyGVAttributes(GlobalValue *DestGV, const GlobalValue *SrcGV) { in CopyGVAttributes() argument
428 unsigned Alignment = std::max(DestGV->getAlignment(), SrcGV->getAlignment()); in CopyGVAttributes()
429 DestGV->copyAttributesFrom(SrcGV); in CopyGVAttributes()
430 DestGV->setAlignment(Alignment); in CopyGVAttributes()
432 forceRenaming(DestGV, SrcGV->getName()); in CopyGVAttributes()