HomeSort by relevance Sort by last modified time
    Searched defs:isUnsignedDIType (Results 1 - 3 of 3) 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 549 static bool isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) {
578 return isUnsignedDIType(DD, DD->resolve(Deriv));
634 addConstantValue(Die, isUnsignedDIType(DD, Ty), MO.getImm());
645 addConstantValue(Die, Val, isUnsignedDIType(DD, Ty));
    [all...]

Completed in 531 milliseconds