Searched refs:isType (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 373 …if (isType(C.getTag()) || (C.getTag() == dwarf::DW_TAG_subprogram && isType(C.getParent()->getTag(… in computeHash()
|
| H A D | DwarfUnit.cpp | 1669 assert(dwarf::isType(ContextDIE->getTag()) && in getOrCreateStaticMemberDIE()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 179 bool isType() const { return IsType; } in isType() function 183 assert(isType() && "Not a type!"); in getType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 198 if (isType(entry.tag())) { in GetTypes()
|
| H A D | SymbolFileDWARF.cpp | 2927 if (isType(dwarf_tag) && tag != DW_TAG_subrange_type) in ParseTypes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 922 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } in isType() function 1056 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType() 1098 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType() 1103 AssertDI(isType(N.getRawVTableHolder()), "invalid vtable holder", &N, in visitDICompositeType() 1152 AssertDI(isType(Ty), "invalid subroutine type ref", &N, Types, Ty); in visitDISubroutineType() 1250 AssertDI(isType(N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram() 1365 AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDITemplateParameter() 1397 AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDIGlobalVariable() 1411 AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDILocalVariable() 1449 AssertDI(isType(T), "invalid type ref", &N, T); in visitDIObjCProperty() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.h | 112 inline bool isType(Tag T) { in isType() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 544 if (TypeDie && !isType(TypeDie.getTag())) { in verifyDebugInfoAttribute()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 639 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid() argument 671 if (isType) { in ActOnCXXTypeid() 781 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof() argument 785 if (isType) { in ActOnCXXUuidof()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6144 SourceLocation LParenLoc, bool isType, 6159 SourceLocation LParenLoc, bool isType,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 4687 if (DOT.isType()) in WriteASTCore()
|