reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGCall.cpp
 4134       auto layout = CGM.getDataLayout().getStructLayout(coercionType);
 4163       addr = Builder.CreateElementBitCast(addr, coercionType);
 4166       for (unsigned i = 0, e = coercionType->getNumElements(); i != e; ++i) {
 4167         llvm::Type *eltType = coercionType->getElementType(i);