Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1710 assert(dwarf::isType(ContextDIE->getTag()) && in getOrCreateStaticMemberDIE()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h167 bool isType() const { return IsType; } in isType() function
171 assert(isType() && "Not a type!"); in getType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp205 if (isType(entry.tag())) { in GetTypes()
H A DSymbolFileDWARF.cpp3154 if (isType(dwarf_tag) && tag != DW_TAG_subrange_type) in ParseTypes()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp1010 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } in isType() function
1125 CheckDI(isType(N.getRawExtraData()), "invalid pointer to member type", &N, in visitDIDerivedType()
1145 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType()
1188 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType()
1193 CheckDI(isType(N.getRawVTableHolder()), "invalid vtable holder", &N, in visitDICompositeType()
1242 CheckDI(isType(Ty), "invalid subroutine type ref", &N, Types, Ty); in visitDISubroutineType()
1340 CheckDI(isType(N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram()
1455 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDITemplateParameter()
1487 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDIGlobalVariable()
1501 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDILocalVariable()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.h111 inline bool isType(Tag T) { in isType() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp767 if (isType(Child.getTag())) in updateVariableDieMap()
H A DDWARFVerifier.cpp666 if (TypeDie && !isType(TypeDie.getTag())) { in verifyDebugInfoAttribute()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp645 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid() argument
677 if (isType) { in ActOnCXXTypeid()
787 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof() argument
791 if (isType) { in ActOnCXXUuidof()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6589 SourceLocation LParenLoc, bool isType,
6604 SourceLocation LParenLoc, bool isType,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp4993 if (DOT.isType()) in WriteASTCore()