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

/frameworks/compile/llvm-ndk-cc/
H A Dllvm-ndk-link.cpp46 const std::string &ModuleDataLayout = M->getDataLayout(); local
47 if (!ModuleDataLayout.empty())
48 if (llvm::TargetData *TD = new llvm::TargetData(ModuleDataLayout))
80 const std::string &ModuleDataLayout = M->getDataLayout(); local
81 if (!ModuleDataLayout.empty())
82 if (llvm::TargetData *TD = new llvm::TargetData(ModuleDataLayout))
/frameworks/compile/slang/
H A Dllvm-rs-link.cpp221 const std::string &ModuleDataLayout = M->getDataLayout(); local
222 if (!ModuleDataLayout.empty())
223 if (llvm::TargetData *TD = new llvm::TargetData(ModuleDataLayout))

Completed in 71 milliseconds