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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 370 /// isUnsignedDIType - Return true if type encoding is unsigned.
371 bool DIType::isUnsignedDIType() {
374 return DTy.getTypeDerivedFrom().isUnsignedDIType();
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 258 /// isUnsignedDIType - Return true if type encoding is unsigned.
259 bool isUnsignedDIType();

Completed in 102 milliseconds