15bool RecordType::isEmpty()
const {
22 if (!BaseRT || !BaseRT->isEmpty())
41 if (AT->getNumElements() != 1)
43 Ty = AT->getElementType();
49 return Ty->isZeroSize();
bool isPolymorphic() const
ArrayRef< FieldInfo > getBaseClasses() const
ArrayRef< FieldInfo > getFields() const
uint32_t getNumVirtualBaseClasses() const
bool hasFlexibleArrayMember() const
Represents the ABI-specific view of a type in LLVM.
This file defines the type system for the LLVMABI library, which mirrors ABI-relevant aspects of fron...
This is an optimization pass for GlobalISel generic memory operations.
decltype(auto) dyn_cast(const From &Val)
dyn_cast<X> - Return the argument parameter cast to the specified type.