Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcSubtarget.h46 std::string getDataLayout() const { in getDataLayout() function
DSparcTargetMachine.cpp36 DataLayout(Subtarget.getDataLayout()), in SparcTargetMachine()
/external/llvm/lib/Linker/
DLinkModules.cpp1160 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()
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp37 New->setDataLayout(M->getDataLayout()); in CloneModule()
/external/llvm/include/llvm/
DModule.h231 const std::string &getDataLayout() const { return DataLayout; }
/external/llvm/lib/Target/
DTargetData.cpp308 std::string errMsg = parseSpecifier(M->getDataLayout(), this); in TargetData()
/external/llvm/tools/opt/
Dopt.cpp564 const std::string &ModuleDataLayout = M.get()->getDataLayout(); in main()
/external/llvm/lib/VMCore/
DAsmWriter.cpp1226 if (!M->getDataLayout().empty()) in printModule()
1227 Out << "target datalayout = \"" << M->getDataLayout() << "\"\n"; in printModule()
DCore.cpp98 return unwrap(M)->getDataLayout().c_str(); in LLVMGetDataLayout()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp402 if (!M->getDataLayout().empty()) in WriteModuleInfo()
403 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout(), in WriteModuleInfo()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1906 nl(Out) << "mod->setDataLayout(\"" << TheModule->getDataLayout() << "\");"; in printModule()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli351 method [llvm::Module::getDataLayout]. *)