Home
last modified time | relevance | path

Searched refs:isUnsignedDIType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h142 static bool isUnsignedDIType(const DIType *Ty);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp175 bool DebugHandlerBase::isUnsignedDIType(const DIType *Ty) { in isUnsignedDIType() function in DebugHandlerBase
215 return isUnsignedDIType(DTy->getBaseType()); in isUnsignedDIType()
H A DDwarfUnit.cpp464 addConstantValue(Die, DD->isUnsignedDIType(Ty), Val); in addConstantValue()
475 addConstantValue(Die, Val, DD->isUnsignedDIType(Ty)); in addConstantValue()
931 if (DD->isUnsignedDIType(Discriminator->getBaseType())) in constructTypeDIE()
1553 bool IsUnsigned = DTy && DD->isUnsignedDIType(DTy); in constructEnumTypeDIE()
H A DCodeViewDebug.cpp3380 DebugHandlerBase::isUnsignedDIType(DTy->getBaseType())); in emitStaticConstMemberList()
3462 : DebugHandlerBase::isUnsignedDIType(DIGV->getType()); in emitDebugInfoForGlobal()