Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1454 std::string DLDesc = M->getDataLayout().getStringRepresentation(); in emitBackendOutput() local
1455 if (DLDesc != TDesc) { in emitBackendOutput()
1459 Diags.Report(DiagID) << DLDesc << TDesc; in emitBackendOutput()