/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.cpp | 380 …if (isType(C.getTag()) || (C.getTag() == dwarf::DW_TAG_subprogram && isType(C.getParent()->getTag(… in computeHash()
|
H A D | DwarfUnit.cpp | 1752 assert(dwarf::isType(ContextDIE->getTag()) && in getOrCreateStaticMemberDIE()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DebugNamesDWARFIndex.cpp | 346 if (!isType(entry.tag())) in GetFullyQualifiedType() 408 if (isType(entry.tag())) { in GetTypes()
|
H A D | DWARFASTParserClang.cpp | 3113 if (llvm::dwarf::isType(tag)) in ParseChildMembers()
|
H A D | SymbolFileDWARF.cpp | 3239 if (isType(dwarf_tag) && tag != DW_TAG_subrange_type) in ParseTypes()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 186 bool isType() const { return IsType; } in isType() function 190 assert(isType() && "Not a type!"); in getType()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 1125 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } in isType() function 1237 CheckDI(isType(N.getRawExtraData()), "invalid pointer to member type", &N, in visitDIDerivedType() 1257 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType() 1300 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType() 1305 CheckDI(isType(N.getRawVTableHolder()), "invalid vtable holder", &N, in visitDICompositeType() 1358 CheckDI(isType(Ty), "invalid subroutine type ref", &N, Types, Ty); in visitDISubroutineType() 1452 CheckDI(isType(N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram() 1571 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDITemplateParameter() 1603 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDIGlobalVariable() 1617 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDILocalVariable() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 111 inline bool isType(Tag T) { in isType() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 779 if (isType(Child.getTag())) in updateVariableDieMap()
|
H A D | DWARFVerifier.cpp | 761 if (TypeDie && !isType(TypeDie.getTag())) { in verifyDebugInfoAttribute()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 648 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid() argument 680 if (isType) { in ActOnCXXTypeid() 788 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof() argument 792 if (isType) { in ActOnCXXUuidof()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 8019 bool isType, void *TyOrExpr, 8032 bool isType, void *TyOrExpr,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 5657 if (DOT.isType()) in WriteDeclAndTypes()
|