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

/frameworks/compile/libbcc/lib/
H A DCompiler.cpp87 const llvm::StructLayout *const targetStructLayout = targetDataLayout.getStructLayout(exportedType); member in class:__anon1370::llvm
89 if (moduleStructLayout->getSizeInBits() != targetStructLayout->getSizeInBits()) {
91 unsigned(moduleStructLayout->getSizeInBits()), unsigned(targetStructLayout->getSizeInBits()));
101 targetStructLayout->getElementOffsetInBits(elementIdx)) {
105 unsigned(targetStructLayout->getElementOffsetInBits(elementIdx)));

Completed in 380 milliseconds