Searched refs:isType (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 1710 assert(dwarf::isType(ContextDIE->getTag()) && in getOrCreateStaticMemberDIE()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 167 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 D | DebugNamesDWARFIndex.cpp | 205 if (isType(entry.tag())) { in GetTypes()
|
| H A D | SymbolFileDWARF.cpp | 3154 if (isType(dwarf_tag) && tag != DW_TAG_subrange_type) in ParseTypes()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Verifier.cpp | 1010 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 D | Dwarf.h | 111 inline bool isType(Tag T) { in isType() function
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 767 if (isType(Child.getTag())) in updateVariableDieMap()
|
| H A D | DWARFVerifier.cpp | 666 if (TypeDie && !isType(TypeDie.getTag())) { in verifyDebugInfoAttribute()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 645 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 D | Sema.h | 6589 SourceLocation LParenLoc, bool isType, 6604 SourceLocation LParenLoc, bool isType,
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 4993 if (DOT.isType()) in WriteASTCore()
|