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

  /external/llvm/lib/Analysis/
DebugInfo.cpp 162 return isCompositeType();
166 /// isCompositeType - Return true if the specified tag is legal for
168 bool DIDescriptor::isCompositeType() const {
199 return isBasicType() || isCompositeType() || isDerivedType();
302 if (!isBasicType() && !isDerivedType() && !isCompositeType()) {
744 else if (isCompositeType())
1088 if (DT.isCompositeType()) {
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 114 bool isCompositeType() const;
295 return DbgNode && (isBasicType() || isDerivedType() || isCompositeType());
420 if (N && !isCompositeType())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 622 else if (Ty.isCompositeType())
632 if (Ty.isCompositeType()) {
679 if (Ty.isCompositeType() && !Ty.getName().empty() && !Ty.isForwardDecl()
    [all...]

Completed in 181 milliseconds