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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp725 std::string DLDesc = M->getDataLayout().getStringRepresentation(); local
726 if (DLDesc != TDesc) {
730 Diags.Report(DiagID) << DLDesc << TDesc;

Completed in 134 milliseconds