Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugInfo.cpp173 bool DIDescriptor::isDerivedType() const { in isDerivedType() function in DIDescriptor
228 return isBasicType() || isCompositeType() || isDerivedType(); in isType()
476 else if (isDerivedType()) in Verify()
497 return isDerivedType() && DbgNode->getNumOperands() >= 10 && in Verify()
944 if (T.isDerivedType()) { in getDICompositeType()
1069 } else if (DT.isDerivedType()) { in processType()
1246 } else if (this->isDerivedType()) { in print()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp751 if (DTy.isDerivedType()) { in isUnsignedDIType()
812 if (BaseType.isDerivedType()) in getBaseTypeSize()
985 assert(Ty.isDerivedType() && "Unknown kind of DIType"); in getOrCreateTypeDIE()
1199 else if (Element.isDerivedType()) { in constructTypeDIE()
/external/clang/include/clang/AST/
DCanonicalType.h269 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isDerivedType)
/external/llvm/include/llvm/IR/
DDebugInfo.h128 bool isDerivedType() const;