HomeSort by relevance Sort by last modified time
    Searched defs:isUnsignedDIType (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 349 /// isUnsignedDIType - Return true if type encoding is unsigned.
350 bool DIType::isUnsignedDIType() {
353 return DTy.getTypeDerivedFrom().isUnsignedDIType();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 515 static bool isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) {
544 return isUnsignedDIType(DD, DD->resolve(Deriv));
600 addConstantValue(Die, isUnsignedDIType(DD, Ty), MO.getImm());
611 addConstantValue(Die, Val, isUnsignedDIType(DD, Ty));
    [all...]

Completed in 188 milliseconds