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

  /external/llvm/lib/IR/
DebugInfo.cpp 206 return isCompositeType();
210 /// isCompositeType - Return true if the specified tag is legal for
212 bool DIDescriptor::isCompositeType() const {
241 return isBasicType() || isCompositeType() || isDerivedType();
344 if (!isBasicType() && !isDerivedType() && !isCompositeType()) {
469 if (!isCompositeType())
824 if (T.isCompositeType())
898 if (DT.isCompositeType()) {
1025 } else if (this->isCompositeType()) {
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 109 bool isCompositeType() const;
289 return DbgNode && (isBasicType() || isDerivedType() || isCompositeType());
364 if (N && !isCompositeType())
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 737 else if (Ty.isCompositeType())
747 if (Ty.isCompositeType()) {
793 if (Ty.isCompositeType() && !Ty.getName().empty() && !Ty.isForwardDecl()
    [all...]

Completed in 37 milliseconds