Searched refs:GTy (Results 1 – 3 of 3) sorted by relevance
458 Type *GTy = GV->getValueType(); in visitMemoryReference() local459 if (GTy->isSized()) in visitMemoryReference()460 BaseSize = DL->getTypeAllocSize(GTy); in visitMemoryReference()462 if (!BaseAlign && GTy->isSized()) in visitMemoryReference()463 BaseAlign = DL->getABITypeAlign(GTy); in visitMemoryReference()
345 const Type *GTy = GO->getValueType(); in selectSmallSectionForGlobal() local346 unsigned Size = getSmallestAddressableSize(GTy, GO, TM); in selectSmallSectionForGlobal()
145 const DIType *GTy = GV->getType(); in getOrCreateGlobalVariableDIE() local163 if (GTy != SDMDecl->getBaseType()) in getOrCreateGlobalVariableDIE()164 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()171 if (GTy) in getOrCreateGlobalVariableDIE()172 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()