Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp241 Type *GType = GVar->getValueType(); in isGlobalInSmallSection() local
242 if (isa<ArrayType>(GType)) { in isGlobalInSmallSection()
251 if (StructType *ST = dyn_cast<StructType>(GType)) { in isGlobalInSmallSection()
258 unsigned Size = GVar->getParent()->getDataLayout().getTypeAllocSize(GType); in isGlobalInSmallSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1528 GVDAGType GType, int layout_order = -1) {
1536 switch (GType) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp267 Type *GType = G.getValueType(); in getGlobalTypeString() local
269 if (StructType *SGType = dyn_cast<StructType>(GType)) { in getGlobalTypeString()