Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp242 Type *GType = GVar->getType(); in isGlobalInSmallSection() local
243 if (PointerType *PT = dyn_cast<PointerType>(GType)) in isGlobalInSmallSection()
244 GType = PT->getElementType(); in isGlobalInSmallSection()
246 if (isa<ArrayType>(GType)) { in isGlobalInSmallSection()
255 if (StructType *ST = dyn_cast<StructType>(GType)) { in isGlobalInSmallSection()
262 unsigned Size = GVar->getParent()->getDataLayout().getTypeAllocSize(GType); in isGlobalInSmallSection()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1412 GVDAGType GType, int layout_order = -1) {
1420 switch (GType) {
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp166 Type *GType = G.getValueType(); in GetGlobalTypeString() local
168 if (StructType *SGType = dyn_cast<StructType>(GType)) { in GetGlobalTypeString()