Searched refs:DLDesc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1681 std::string DLDesc = M->getDataLayout().getStringRepresentation(); local
1682 if (DLDesc != TDesc.getStringRepresentation()) {
1686 Diags.Report(DiagID) << DLDesc << TDesc.getStringRepresentation();

Completed in 73 milliseconds