Searched refs:targetStructLayout (Results 1 – 1 of 1) sorted by relevance
87 …const llvm::StructLayout *const targetStructLayout = targetDataLayout.getStructLayout(exportedType… in validateLayoutOfExportedTypes() local89 if (moduleStructLayout->getSizeInBits() != targetStructLayout->getSizeInBits()) { in validateLayoutOfExportedTypes()91 … unsigned(moduleStructLayout->getSizeInBits()), unsigned(targetStructLayout->getSizeInBits())); in validateLayoutOfExportedTypes()101 targetStructLayout->getElementOffsetInBits(elementIdx)) { in validateLayoutOfExportedTypes()105 unsigned(targetStructLayout->getElementOffsetInBits(elementIdx))); in validateLayoutOfExportedTypes()