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

  /external/llvm/lib/IR/
DebugInfo.cpp 395 /// isUnsignedDIType - Return true if type encoding is unsigned.
396 bool DIType::isUnsignedDIType() {
399 return DTy.getTypeDerivedFrom().isUnsignedDIType();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
  /external/llvm/include/llvm/
DebugInfo.h 298 /// isUnsignedDIType - Return true if type encoding is unsigned.
299 bool isUnsignedDIType();

Completed in 59 milliseconds