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

/frameworks/compile/libbcc/lib/
H A DCompiler.cpp60 const llvm::DataLayout &targetDataLayout) {
61 if (moduleDataLayout == targetDataLayout)
87 const llvm::StructLayout *const targetStructLayout = targetDataLayout.getStructLayout(exportedType);
58 validateLayoutOfExportedTypes(const llvm::Module &module, const llvm::DataLayout &moduleDataLayout, const llvm::DataLayout &targetDataLayout) argument

Completed in 43 milliseconds