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

  /external/llvm/lib/IR/
DebugInfo.cpp 165 /// isDerivedType - Return true if the specified tag is legal for DIDerivedType.
166 bool DIDescriptor::isDerivedType() const {
218 return isBasicType() || isCompositeType() || isDerivedType();
449 else if (isDerivedType())
471 return isDerivedType() && DbgNode->getNumOperands() >= 10 &&
621 if (BaseType.isDerivedType())
852 if (T.isDerivedType())
936 } else if (DT.isDerivedType()) {
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 246 bool isDerivedType() const { return getTypeID() >= FirstDerivedTyID; }
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 591 if (Ty.isDerivedType())
754 assert(Ty.isDerivedType() && "Unknown kind of DIType");
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 270 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isDerivedType)
  /external/llvm/include/llvm/
DebugInfo.h 117 bool isDerivedType() const;

Completed in 79 milliseconds