Searched refs:GType (Results 1 – 3 of 3) sorted by relevance
242 Type *GType = GVar->getType(); in isGlobalInSmallSection() local243 if (PointerType *PT = dyn_cast<PointerType>(GType)) in isGlobalInSmallSection()244 GType = PT->getElementType(); in isGlobalInSmallSection()246 if (isa<ArrayType>(GType)) { in isGlobalInSmallSection()255 if (StructType *ST = dyn_cast<StructType>(GType)) { in isGlobalInSmallSection()262 unsigned Size = GVar->getParent()->getDataLayout().getTypeAllocSize(GType); in isGlobalInSmallSection()
1412 GVDAGType GType, int layout_order = -1) {1420 switch (GType) {
166 Type *GType = G.getValueType(); in GetGlobalTypeString() local168 if (StructType *SGType = dyn_cast<StructType>(GType)) { in GetGlobalTypeString()