Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugInfo.cpp396 bool DIType::isUnsignedDIType() { in isUnsignedDIType() function in DIType
399 return DTy.getTypeDerivedFrom().isUnsignedDIType(); in isUnsignedDIType()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1373 addConstantValue(VariableDIE, CI, GTy.isUnsignedDIType()); in createGlobalVariableDIE()
1559 DV->getType().isUnsignedDIType()); in constructVariableDIE()
1705 addConstantValue(StaticMemberDIE, CI, Ty.isUnsignedDIType()); in createStaticMemberDIE()
/external/llvm/include/llvm/
DDebugInfo.h299 bool isUnsignedDIType();