Home | History | Annotate | Download | only in VMCore

Lines Matching refs:getDataLayout

1226   if (!M->getDataLayout().empty())
1227 Out << "target datalayout = \"" << M->getDataLayout() << "\"\n";