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

  /external/llvm/lib/Analysis/
DebugInfo.cpp 133 /// isBasicType - Return true if the specified tag is legal for
135 bool DIDescriptor::isBasicType() const {
199 return isBasicType() || isCompositeType() || isDerivedType();
302 if (!isBasicType() && !isDerivedType() && !isCompositeType()) {
400 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type &&
413 return isBasicType();
735 if (isBasicType())
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 115 bool isBasicType() const;
295 return DbgNode && (isBasicType() || isDerivedType() || isCompositeType());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 476 if (Ty.isBasicType())
620 if (Ty.isBasicType())
    [all...]

Completed in 134 milliseconds