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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DDerivedTypes.h284 /// isLayoutIdentical - Return true if this is layout identical to the
286 bool isLayoutIdentical(StructType *Other) const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DType.cpp621 /// isLayoutIdentical - Return true if this is layout identical to the
623 bool StructType::isLayoutIdentical(StructType *Other) const { function in class:StructType

Completed in 73 milliseconds