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