Searched refs:GTy (Results 1 – 3 of 3) sorted by relevance
446 Type *GTy = GV->getValueType(); in visitMemoryReference() local447 if (GTy->isSized()) in visitMemoryReference()448 BaseSize = DL->getTypeAllocSize(GTy); in visitMemoryReference()450 if (!BaseAlign && GTy->isSized()) in visitMemoryReference()451 BaseAlign = DL->getABITypeAlign(GTy); in visitMemoryReference()
345 const Type *GTy = GO->getValueType(); in selectSmallSectionForGlobal() local346 unsigned Size = getSmallestAddressableSize(GTy, GO, TM); in selectSmallSectionForGlobal()
161 const DIType *GTy = GV->getType(); in getOrCreateGlobalVariableDIE() local179 if (GTy != SDMDecl->getBaseType()) in getOrCreateGlobalVariableDIE()180 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()187 if (GTy) in getOrCreateGlobalVariableDIE()188 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()