Home | History | Annotate | Download | only in Linker

Lines Matching refs:getDataLayout

1160   if (DstM->getDataLayout().empty() && !SrcM->getDataLayout().empty())
1161 DstM->setDataLayout(SrcM->getDataLayout());
1167 if (!SrcM->getDataLayout().empty() && !DstM->getDataLayout().empty() &&
1168 SrcM->getDataLayout() != DstM->getDataLayout())