Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
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->getParent()->getDataLayout().getTypeAllocSize(GType); in isGlobalInSmallSection()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1854 GVDAGType GType, int layout_order = -1) {
1862 switch (GType) {
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp266 Type *GType = G.getValueType(); in getGlobalTypeString() local
268 if (StructType *SGType = dyn_cast<StructType>(GType)) { in getGlobalTypeString()