Home
last modified time | relevance | path

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

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