Home
last modified time | relevance | path

Searched refs:isForwardDecl (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp609 if (DD->generateTypeUnits() && !Ty->isForwardDecl() && in createTypeDIE()
669 if (Ty->isForwardDecl()) in updateAcceleratorTables()
874 if (!DTy->isForwardDecl()) in constructTypeDIE()
1198 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type)) in constructTypeDIE()
1200 else if (!CTy->isForwardDecl()) in constructTypeDIE()
1206 if (CTy->isForwardDecl()) in constructTypeDIE()
1213 if (!CTy->isForwardDecl()) in constructTypeDIE()
H A DCodeViewDebug.cpp1635 if (!T || T->isForwardDecl()) in shouldEmitUdt()
2283 if (Ty->isForwardDecl()) { in lowerTypeEnum()
2441 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()
2468 if (!Ty->isForwardDecl()) in lowerTypeClass()
2520 if (!Ty->isForwardDecl()) in lowerTypeUnion()
2786 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp871 if (CTy->isForwardDecl()) in visitCompositeType()
892 !CTy->getName().empty() && !CTy->isForwardDecl()) in IsForwardDeclCandidate()
1067 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl()) in visitMapDefType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2844 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()
2847 assert(!Res->isForwardDecl()); in completeType()
2919 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()
2926 assert(!Res->isForwardDecl()); in completeClass()
3031 if (T && T->isForwardDecl()) in completeRequiredType()
4088 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()
4124 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()
6307 assert(Ty->isForwardDecl()); in finalize()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp288 if (CT.isForwardDecl()) in addTypeRef()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1083 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h800 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } in isForwardDecl() function