Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp162 return isCompositeType(); in isDerivedType()
168 bool DIDescriptor::isCompositeType() const { in isCompositeType() function in DIDescriptor
199 return isBasicType() || isCompositeType() || isDerivedType(); in isType()
298 if (!isBasicType() && !isDerivedType() && !isCompositeType()) { in DIType()
684 else if (isCompositeType()) in print()
1002 if (DT.isCompositeType()) { in processType()
1122 if (T.isCompositeType()) in getDICompositeType()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h113 bool isCompositeType() const;
291 return DbgNode && (isBasicType() || isDerivedType() || isCompositeType()); in isValid()
397 if (N && !isCompositeType()) in DIDerivedType()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp595 else if (Ty.isCompositeType()) in getOrCreateTypeDIE()
636 if (Ty.isCompositeType() && !Ty.getName().empty() && !Ty.isForwardDecl() in addGlobalType()
818 if (DIDescriptor(ContainingType).isCompositeType()) in constructTypeDIE()