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

  /external/llvm/lib/IR/
DebugInfo.cpp 183 return isCompositeType();
187 /// isCompositeType - Return true if the specified tag is legal for
189 bool DIDescriptor::isCompositeType() const {
218 return isBasicType() || isCompositeType() || isDerivedType();
447 else if (isCompositeType())
477 if (!isCompositeType())
849 if (T.isCompositeType())
925 if (DT.isCompositeType()) {
    [all...]
DIBuilder.cpp 623 assert(R.isCompositeType() &&
656 assert(R.isCompositeType() &&
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 751 else if (Ty.isCompositeType())
761 if (Ty.isCompositeType()) {
807 if (Ty.isCompositeType() && !Ty.getName().empty() && !Ty.isForwardDecl()
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 118 bool isCompositeType() const;
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 118 milliseconds