Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugInfo.cpp177 bool DIDescriptor::isBasicType() const { in isBasicType() function in DIDescriptor
241 return isBasicType() || isCompositeType() || isDerivedType(); in isType()
344 if (!isBasicType() && !isDerivedType() && !isCompositeType()) { in DIType()
442 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type && in Verify()
458 return isBasicType() && DbgNode->getNumOperands() == 10; in Verify()
1021 } else if (this->isBasicType()) { in print()
1075 if (isBasicType()) in printInternal()
/external/llvm/include/llvm/
DDebugInfo.h110 bool isBasicType() const;
289 return DbgNode && (isBasicType() || isDerivedType() || isCompositeType()); in isValid()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp578 if (Ty.isBasicType()) in isTypeSigned()
735 if (Ty.isBasicType()) in getOrCreateTypeDIE()