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

  /external/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/include/llvm/Analysis/
DebugInfo.h 306 /// isUnsignedDIType - Return true if type encoding is unsigned.
307 bool isUnsignedDIType();
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]

Completed in 25 milliseconds