Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DBackendUtil.cpp783 std::string DLDesc = M->getDataLayout().getStringRepresentation(); in EmitBackendOutput() local
784 if (DLDesc != TDesc.getStringRepresentation()) { in EmitBackendOutput()
788 Diags.Report(DiagID) << DLDesc << TDesc.getStringRepresentation(); in EmitBackendOutput()