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

  /external/llvm/lib/IR/
DebugInfo.cpp 152 /// isBasicType - Return true if the specified tag is legal for
154 bool DIDescriptor::isBasicType() const {
218 return isBasicType() || isCompositeType() || isDerivedType();
432 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type &&
445 if (isBasicType())
458 return isBasicType() && DbgNode->getNumOperands() == 10;
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 119 bool isBasicType() const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 593 if (Ty.isBasicType())
749 if (Ty.isBasicType())
    [all...]

Completed in 41 milliseconds