Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h144 static bool isUnsignedDIType(const DIType *Ty);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp180 bool DebugHandlerBase::isUnsignedDIType(const DIType *Ty) { in isUnsignedDIType() function in DebugHandlerBase
227 return isUnsignedDIType(DTy->getBaseType()); in isUnsignedDIType()
H A DDwarfUnit.cpp505 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()
H A DCodeViewDebug.cpp3394 DebugHandlerBase::isUnsignedDIType(DTy->getBaseType())); in emitStaticConstMemberList()
3474 : DebugHandlerBase::isUnsignedDIType(DIGV->getType()); in emitDebugInfoForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15795 {"_Z16isUnsignedDITypeN4llvm6DITypeE", "isUnsignedDIType(llvm::DIType)"},