Home
last modified time | relevance | path

Searched refs:GTy (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLint.cpp458 Type *GTy = GV->getValueType(); in visitMemoryReference() local
459 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()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp345 const Type *GTy = GO->getValueType(); in selectSmallSectionForGlobal() local
346 unsigned Size = getSmallestAddressableSize(GTy, GO, TM); in selectSmallSectionForGlobal()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp145 const DIType *GTy = GV->getType(); in getOrCreateGlobalVariableDIE() local
163 if (GTy != SDMDecl->getBaseType()) in getOrCreateGlobalVariableDIE()
164 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
171 if (GTy) in getOrCreateGlobalVariableDIE()
172 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()