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

/external/llvm/tools/opt/
H A Dopt.cpp645 const std::string &ModuleDataLayout = M.get()->getDataLayout(); local
646 if (!ModuleDataLayout.empty())
647 TD = new DataLayout(ModuleDataLayout);

Completed in 106 milliseconds