reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Reader/BitcodeReader.cpp
 3654         TheModule->getDataLayoutStr(), TheModule->getTargetTriple());
lib/Bitcode/Writer/BitcodeWriter.cpp
 1156   const std::string &DL = M.getDataLayoutStr();
lib/IR/AsmWriter.cpp
 2593   const std::string &DL = M->getDataLayoutStr();
lib/IR/Core.cpp
  265   return unwrap(M)->getDataLayoutStr().c_str();
lib/Linker/IRMover.cpp
 1394                 SrcM->getDataLayoutStr() + "' whereas '" +
 1396                 DstM.getDataLayoutStr() + "'\n");
lib/Object/IRSymtab.cpp
  118   if (M->getDataLayoutStr().empty())
unittests/Analysis/ScalarEvolutionTest.cpp
  746   std::string DataLayout = M.getDataLayoutStr();
  821   std::string DataLayout = M.getDataLayoutStr();
  919   std::string DataLayout = M.getDataLayoutStr();
 1147   std::string DataLayout = M.getDataLayoutStr();