Searched refs:isUnsignedDIType (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 549 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/ |
D | DwarfUnit.cpp | 515 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/ |
D | DebugInfo.cpp | 350 bool DIType::isUnsignedDIType() { in isUnsignedDIType() function in DIType 353 return DTy.getTypeDerivedFrom().isUnsignedDIType(); in isUnsignedDIType()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DebugInfo.h | 307 bool isUnsignedDIType();
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 1101 addConstantValue(VariableDIE, CI, GTy.isUnsignedDIType()); in createGlobalVariableDIE() 1275 DV->getType().isUnsignedDIType()); in constructVariableDIE()
|