| /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 | 2022 assert(dwarf::isType(ContextDIE->getTag()) && in getOrCreateStaticMemberDIE()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 342 if (!isType(entry.tag())) in GetFullyQualifiedType() 460 if (isType(entry.tag())) { in GetTypes() 532 if (!isType(entry.tag())) in GetTypesWithQuery()
|
| H A D | DWARFASTParserClang.cpp | 3194 if (llvm::dwarf::isType(tag)) in ParseChildMembers()
|
| H A D | SymbolFileDWARF.cpp | 3127 if (isType(dwarf_tag) && tag != DW_TAG_subrange_type) in ParseTypes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTRecordWriter.h | 165 if (Op.isConstant() || Op.isType()) in writeHLSLSpirvOperand()
|
| H A D | ASTWriter.h | 188 bool isType() const { return IsType; } in isType() function 192 assert(isType() && "Not a type!"); in getType()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 1132 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } in isType() function 1157 CheckDI(!BaseType || isType(BaseType), "BaseType must be a type"); in visitDISubrangeType() 1295 CheckDI(isType(N.getRawExtraData()), "invalid pointer to member type", &N, in visitDIDerivedType() 1315 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType() 1364 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType() 1369 CheckDI(isType(N.getRawVTableHolder()), "invalid vtable holder", &N, in visitDICompositeType() 1429 CheckDI(isType(Ty), "invalid subroutine type ref", &N, Types, Ty); in visitDISubroutineType() 1523 CheckDI(isType(N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram() 1642 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDITemplateParameter() 1674 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDIGlobalVariable() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.h | 112 inline bool isType(Tag T) { in isType() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 778 if (isType(Child.getTag())) in updateVariableDieMap()
|
| H A D | DWARFVerifier.cpp | 796 if (TypeDie && !isType(TypeDie.getTag())) { in verifyDebugInfoAttribute()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 635 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid() argument 667 if (isType) { in ActOnCXXTypeid() 775 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof() argument 779 if (isType) { in ActOnCXXUuidof()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 6426 bool isType() const { return Kind == TypeId; } 6435 assert((isConstant() || isType()) &&
|
| H A D | RecursiveASTVisitor.h | 1159 if (Operand.isConstant() || Operand.isType()) {
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8345 bool isType, void *TyOrExpr, 8358 bool isType, void *TyOrExpr,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 6239 if (DOT.isType()) in WriteDeclAndTypes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 19549 {"_ZNK4llvm12DIDescriptor6isTypeEv", "llvm::DIDescriptor::isType() const"},
|