Searched defs:isDerivedType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DDebugInfo.cpp172 /// isDerivedType - Return true if the specified tag is legal for DIDerivedType.
173 bool DIDescriptor::isDerivedType() const { function in class:DIDescriptor
228 return isBasicType() || isCompositeType() || isDerivedType();
476 else if (isDerivedType())
497 return isDerivedType() && DbgNode->getNumOperands() >= 10 &&
944 if (T.isDerivedType()) {
1069 } else if (DT.isDerivedType()) {
1246 } else if (this->isDerivedType()) {

Completed in 87 milliseconds