Home
last modified time | relevance | path

Searched refs:isType (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp380 …if (isType(C.getTag()) || (C.getTag() == dwarf::DW_TAG_subprogram && isType(C.getParent()->getTag(… in computeHash()
H A DDwarfUnit.cpp1712 assert(dwarf::isType(ContextDIE->getTag()) && in getOrCreateStaticMemberDIE()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h179 bool isType() const { return IsType; } in isType() function
183 assert(isType() && "Not a type!"); in getType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp225 if (isType(entry.tag())) { in GetTypes()
H A DDWARFASTParserClang.cpp3183 if (llvm::dwarf::isType(tag)) in ParseChildMembers()
H A DSymbolFileDWARF.cpp3260 if (isType(dwarf_tag) && tag != DW_TAG_subrange_type) in ParseTypes()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1075 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } in isType() function
1211 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType()
1254 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType()
1259 CheckDI(isType(N.getRawVTableHolder()), "invalid vtable holder", &N, in visitDICompositeType()
1312 CheckDI(isType(Ty), "invalid subroutine type ref", &N, Types, Ty); in visitDISubroutineType()
1408 CheckDI(isType(N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram()
1527 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDITemplateParameter()
1559 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDIGlobalVariable()
1573 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDILocalVariable()
1616 CheckDI(isType(T), "invalid type ref", &N, T); in visitDIObjCProperty()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h111 inline bool isType(Tag T) { in isType() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp756 if (isType(Child.getTag())) in updateVariableDieMap()
H A DDWARFVerifier.cpp681 if (TypeDie && !isType(TypeDie.getTag())) { in verifyDebugInfoAttribute()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp651 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid() argument
683 if (isType) { in ActOnCXXTypeid()
793 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof() argument
797 if (isType) { in ActOnCXXUuidof()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6741 SourceLocation LParenLoc, bool isType,
6756 SourceLocation LParenLoc, bool isType,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5092 if (DOT.isType()) in WriteASTCore()