Searched refs:GTy (Results 1 – 3 of 3) sorted by relevance
469 Type *GTy = GV->getValueType(); in visitMemoryReference() local470 if (GTy->isSized()) in visitMemoryReference()471 BaseSize = DL->getTypeAllocSize(GTy); in visitMemoryReference()473 if (!BaseAlign && GTy->isSized()) in visitMemoryReference()474 BaseAlign = DL->getABITypeAlign(GTy); in visitMemoryReference()
344 const Type *GTy = GO->getValueType(); in selectSmallSectionForGlobal() local345 unsigned Size = getSmallestAddressableSize(GTy, GO, TM); in selectSmallSectionForGlobal()
187 const DIType *GTy = GV->getType(); in getOrCreateGlobalVariableDIE() local205 if (GTy != SDMDecl->getBaseType()) in getOrCreateGlobalVariableDIE()206 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()213 if (GTy) in getOrCreateGlobalVariableDIE()214 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()