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 353 /// isUnsignedDIType - Return true if type encoding is unsigned.
354 bool DIType::isUnsignedDIType() {
357 return DTy.getTypeDerivedFrom().isUnsignedDIType();
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 310 /// isUnsignedDIType - Return true if type encoding is unsigned.
311 bool isUnsignedDIType();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]

Completed in 278 milliseconds