Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp549 static bool isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) { in isUnsignedDIType() function
578 return isUnsignedDIType(DD, DD->resolve(Deriv)); in isUnsignedDIType()
634 addConstantValue(Die, isUnsignedDIType(DD, Ty), MO.getImm()); in addConstantValue()
645 addConstantValue(Die, Val, isUnsignedDIType(DD, Ty)); in addConstantValue()
993 if (isUnsignedDIType(DD, resolve(Discriminator->getBaseType()))) in constructTypeDIE()
1466 bool IsUnsigned = DTy && isUnsignedDIType(DD, DTy); in constructEnumTypeDIE()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp515 static bool isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) { in isUnsignedDIType() function
544 return isUnsignedDIType(DD, DD->resolve(Deriv)); in isUnsignedDIType()
600 addConstantValue(Die, isUnsignedDIType(DD, Ty), MO.getImm()); in addConstantValue()
611 addConstantValue(Die, Val, isUnsignedDIType(DD, Ty)); in addConstantValue()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp350 bool DIType::isUnsignedDIType() { in isUnsignedDIType() function in DIType
353 return DTy.getTypeDerivedFrom().isUnsignedDIType(); in isUnsignedDIType()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h307 bool isUnsignedDIType();
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1101 addConstantValue(VariableDIE, CI, GTy.isUnsignedDIType()); in createGlobalVariableDIE()
1275 DV->getType().isUnsignedDIType()); in constructVariableDIE()