Searched defs:isUnsignedDIType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp515 static bool isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) { function
544 return isUnsignedDIType(DD, DD->resolve(Deriv));
626 addConstantValue(Die, isUnsignedDIType(DD, Ty), MO.getImm());
637 addConstantValue(Die, Val, isUnsignedDIType(DD, Ty));

Completed in 68 milliseconds