Home
last modified time | relevance | path

Searched refs:isDerivedType (Results 1 – 7 of 7) sorted by relevance

/minix/minix/llvm/passes/include/magic/support/
H A DEDIType.h57 bool isDerivedType() const;
173 EDIType_assert(isDerivedType() || isCompositeType()); in getTypeDerivedFrom()
186 inline bool EDIType::isDerivedType() const { in isDerivedType() function
187 return aDIType.isDerivedType() && !aDIType.isCompositeType(); in isDerivedType()
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp135 while (Ty.isDerivedType() && !Ty.getSizeInBits()) { in getSizeInBits()
184 bool DIDescriptor::isDerivedType() const { in isDerivedType() function in DIDescriptor
235 return isBasicType() || isCompositeType() || isDerivedType(); in isType()
450 else if (isDerivedType()) in Verify()
470 return isDerivedType() && DbgNode->getNumOperands() >= 4 && in Verify()
913 if (T.isDerivedType()) { in getDICompositeType()
1040 } else if (DT.isDerivedType()) { in processType()
1209 } else if (this->isDerivedType()) { in print()
/minix/minix/llvm/passes/magic/support/
H A DEDIType.cpp48 if(isDerivedType() || isArrayOrVectorTy) { in getContainedType()
77 if(isDerivedType() || isArrayOrVectorTy) { in getNumContainedTypes()
491 if(isDerivedType()) { in normalize()
H A DSmartType.cpp678 if(aEDIType->isDerivedType() || isArrayOrVectorTy) { in isTypeConsistent()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp572 if (DTy.isDerivedType()) { in isUnsignedDIType()
638 if (BaseType.isDerivedType()) in getBaseTypeSize()
811 assert(Ty.isDerivedType() && "Unknown kind of DIType"); in getOrCreateTypeDIE()
1016 else if (Element.isDerivedType()) { in constructTypeDIE()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h269 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isDerivedType)
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h212 bool isDerivedType() const;