Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp147 bool DIDescriptor::isDerivedType() const { in isDerivedType() function in DIDescriptor
199 return isBasicType() || isCompositeType() || isDerivedType(); in isType()
298 if (!isBasicType() && !isDerivedType() && !isCompositeType()) { in DIType()
401 return isDerivedType(); in Verify()
493 if (BaseType.isDerivedType()) in getOriginalTypeSize()
682 else if (isDerivedType()) in print()
1013 } else if (DT.isDerivedType()) { in processType()
1125 if (T.isDerivedType()) in getDICompositeType()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h206 bool isDerivedType() const { return ID >= FirstDerivedTyID; } in isDerivedType() function
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h112 bool isDerivedType() const;
291 return DbgNode && (isBasicType() || isDerivedType() || isCompositeType()); in isValid()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp447 if (Ty.isDerivedType()) in isTypeSigned()
598 assert(Ty.isDerivedType() && "Unknown kind of DIType"); in getOrCreateTypeDIE()
802 } else if (Element.isDerivedType()) in constructTypeDIE()
/external/clang/include/clang/AST/
DCanonicalType.h269 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isDerivedType)