Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugTypeODRUniquingTest.cpp102 EXPECT_FALSE(CT.isForwardDecl()); in TEST()
110 EXPECT_FALSE(CT.isForwardDecl()); in TEST()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp590 if (DD->generateTypeUnits() && !Ty->isForwardDecl() && in createTypeDIE()
636 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()
794 if (!DTy->isForwardDecl()) in constructTypeDIE()
1019 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type)) in constructTypeDIE()
1021 else if (!CTy->isForwardDecl()) in constructTypeDIE()
1026 if (CTy->isForwardDecl()) in constructTypeDIE()
1033 if (!CTy->isForwardDecl()) in constructTypeDIE()
H A DCodeViewDebug.cpp1572 if (!T || T->isForwardDecl()) in shouldEmitUdt()
2217 if (Ty->isForwardDecl()) { in lowerTypeEnum()
2375 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()
2402 if (!Ty->isForwardDecl()) in lowerTypeClass()
2454 if (!Ty->isForwardDecl()) in lowerTypeUnion()
2720 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp755 if (CTy->isForwardDecl()) in visitCompositeType()
783 !CTy->getName().empty() && !CTy->isForwardDecl()) { in visitDerivedType()
922 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl()) in visitMapDefType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2372 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()
2375 assert(!Res->isForwardDecl()); in completeType()
2447 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()
2450 assert(!Res->isForwardDecl()); in completeClass()
2546 if (T && T->isForwardDecl()) in completeRequiredType()
3522 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()
3558 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()
5646 assert(Ty->isForwardDecl()); in finalize()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h381 bool isForwardDecl, bool isInternal,
H A DTypeSystemClang.cpp1281 bool isForwardDecl = true; in CreateRecordType() local
1283 return CreateObjCClass(name, decl_ctx, owning_module, isForwardDecl, in CreateRecordType()
1810 OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal, in CreateObjCClass() argument
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfoMetadata.cpp703 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp291 if (CT.isForwardDecl()) in addTypeRef()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h725 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } in isForwardDecl() function