Searched refs:isUnsignedDIType (Results 1 – 5 of 5) sorted by relevance
144 static bool isUnsignedDIType(const DIType *Ty);
180 bool DebugHandlerBase::isUnsignedDIType(const DIType *Ty) { in isUnsignedDIType() function in DebugHandlerBase227 return isUnsignedDIType(DTy->getBaseType()); in isUnsignedDIType()
505 addConstantValue(Die, DD->isUnsignedDIType(Ty), Val); in addConstantValue()516 addConstantValue(Die, Val, DD->isUnsignedDIType(Ty)); in addConstantValue()1082 DD->isUnsignedDIType(Discriminator->getBaseType())); in constructTypeDIE()1810 bool IsUnsigned = DTy && DD->isUnsignedDIType(DTy); in constructEnumTypeDIE()
3394 DebugHandlerBase::isUnsignedDIType(DTy->getBaseType())); in emitStaticConstMemberList()3474 : DebugHandlerBase::isUnsignedDIType(DIGV->getType()); in emitDebugInfoForGlobal()
15795 {"_Z16isUnsignedDITypeN4llvm6DITypeE", "isUnsignedDIType(llvm::DIType)"},