Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp240 Type *GType = GVar->getValueType(); in isGlobalInSmallSection() local
241 if (isa<ArrayType>(GType)) { in isGlobalInSmallSection()
250 if (StructType *ST = dyn_cast<StructType>(GType)) { in isGlobalInSmallSection()
257 unsigned Size = GVar->getDataLayout().getTypeAllocSize(GType); in isGlobalInSmallSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1846 GVDAGType GType, int layout_order = -1) {
1854 switch (GType) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp266 Type *GType = G.getValueType(); in getGlobalTypeString() local
268 if (StructType *SGType = dyn_cast<StructType>(GType)) { in getGlobalTypeString()