Searched refs:isType (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Verifier.cpp | 857 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } in isType() function 924 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType() 965 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType() 970 AssertDI(isType(N.getRawVTableHolder()), "invalid vtable holder", &N, in visitDICompositeType() 1002 AssertDI(isType(Ty), "invalid subroutine type ref", &N, Types, Ty); in visitDISubroutineType() 1095 AssertDI(isType(N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram() 1195 AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDITemplateParameter() 1228 AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDIGlobalVariable() 1240 AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDILocalVariable() 1278 AssertDI(isType(T), "invalid type ref", &N, T); in visitDIObjCProperty() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 197 if (isType(entry.tag())) in GetTypes()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 364 if (isType(C.getTag()) || C.getTag() == dwarf::DW_TAG_subprogram) { in computeHash()
|
| H A D | DwarfUnit.cpp | 1513 assert(dwarf::isType(ContextDIE->getTag()) && in getOrCreateStaticMemberDIE()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 180 bool isType() const { return IsType; } in isType() function 184 assert(isType() && "Not a type!"); in getType()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.h | 86 inline bool isType(Tag T) { in isType() function
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 542 if (TypeDie && !isType(TypeDie.getTag())) { in verifyDebugInfoAttribute()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 532 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid() argument 564 if (isType) { in ActOnCXXTypeid() 666 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof() argument 679 if (isType) { in ActOnCXXUuidof()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 5068 SourceLocation LParenLoc, bool isType, 5083 SourceLocation LParenLoc, bool isType,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 4990 if (DOT.isType()) in WriteASTCore()
|