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.cpp1346 std::string DLDesc = M->getDataLayout().getStringRepresentation(); in EmitBackendOutput() local
1347 if (DLDesc != TDesc) { in EmitBackendOutput()
1351 Diags.Report(DiagID) << DLDesc << TDesc; in EmitBackendOutput()