Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp583 if (DD->generateTypeUnits() && !Ty->isForwardDecl() && in createTypeDIE()
631 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()
777 if (!DTy->isForwardDecl()) in constructTypeDIE()
971 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type)) in constructTypeDIE()
973 else if (!CTy->isForwardDecl()) in constructTypeDIE()
978 if (CTy->isForwardDecl()) in constructTypeDIE()
982 if (!CTy->isForwardDecl()) in constructTypeDIE()
H A DCodeViewDebug.cpp1498 if (!T || T->isForwardDecl()) in shouldEmitUdt()
2110 if (Ty->isForwardDecl()) { in lowerTypeEnum()
2267 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()
2294 if (!Ty->isForwardDecl()) in lowerTypeClass()
2346 if (!Ty->isForwardDecl()) in lowerTypeUnion()
2612 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp569 if (CTy->isForwardDecl()) in visitCompositeType()
597 !CTy->getName().empty() && !CTy->isForwardDecl()) { in visitDerivedType()
709 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl()) in visitMapDefType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2245 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()
2248 assert(!Res->isForwardDecl()); in completeType()
2320 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()
2323 assert(!Res->isForwardDecl()); in completeClass()
2419 if (T && T->isForwardDecl()) in completeRequiredType()
3370 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()
3406 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()
5091 assert(Ty->isForwardDecl()); in finalize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h380 bool isForwardDecl, bool isInternal,
H A DTypeSystemClang.cpp1295 bool isForwardDecl = true; in CreateRecordType() local
1297 return CreateObjCClass(name, decl_ctx, owning_module, isForwardDecl, in CreateRecordType()
1806 OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal, in CreateObjCClass() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp643 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp306 if (CT.isForwardDecl()) in addTypeRef()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h730 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } in isForwardDecl() function