Searched refs:getDataLayout (Results 1 – 12 of 12) sorted by relevance
46 std::string getDataLayout() const { in getDataLayout() function
36 DataLayout(Subtarget.getDataLayout()), in SparcTargetMachine()
1160 if (DstM->getDataLayout().empty() && !SrcM->getDataLayout().empty()) in run()1161 DstM->setDataLayout(SrcM->getDataLayout()); in run()1167 if (!SrcM->getDataLayout().empty() && !DstM->getDataLayout().empty() && in run()1168 SrcM->getDataLayout() != DstM->getDataLayout()) in run()
37 New->setDataLayout(M->getDataLayout()); in CloneModule()
231 const std::string &getDataLayout() const { return DataLayout; }
308 std::string errMsg = parseSpecifier(M->getDataLayout(), this); in TargetData()
564 const std::string &ModuleDataLayout = M.get()->getDataLayout(); in main()
1226 if (!M->getDataLayout().empty()) in printModule()1227 Out << "target datalayout = \"" << M->getDataLayout() << "\"\n"; in printModule()
98 return unwrap(M)->getDataLayout().c_str(); in LLVMGetDataLayout()
402 if (!M->getDataLayout().empty()) in WriteModuleInfo()403 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout(), in WriteModuleInfo()
1906 nl(Out) << "mod->setDataLayout(\"" << TheModule->getDataLayout() << "\");"; in printModule()
351 method [llvm::Module::getDataLayout]. *)