Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDebugInfo.cpp126 bool DIDescriptor::isBasicType() const { in isBasicType() function in DIDescriptor
183 return isBasicType() || isCompositeType() || isDerivedType(); in isType()
274 if (!isBasicType() && !isDerivedType() && !isCompositeType()) { in DIType()
343 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type && in Verify()
355 return isBasicType(); in Verify()
594 if (isBasicType()) in print()
/external/llvm/include/llvm/Analysis/
DDebugInfo.h112 bool isBasicType() const;
279 return DbgNode && (isBasicType() || isDerivedType() || isCompositeType()); in isValid()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp576 if (Ty.isBasicType()) in getOrCreateTypeDIE()