Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp587 if (DD->generateTypeUnits() && !Ty->isForwardDecl() && in createTypeDIE()
643 if (Ty->isForwardDecl()) in updateAcceleratorTables()
813 if (!DTy->isForwardDecl()) in constructTypeDIE()
1054 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type)) in constructTypeDIE()
1056 else if (!CTy->isForwardDecl()) in constructTypeDIE()
1061 if (CTy->isForwardDecl()) in constructTypeDIE()
1068 if (!CTy->isForwardDecl()) in constructTypeDIE()
H A DCodeViewDebug.cpp1621 if (!T || T->isForwardDecl()) in addToUDTs()
2269 if (Ty->isForwardDecl()) { in lowerTypeEnum()
2427 !Ty->isForwardDecl(); in lowerTypeClass()
2454 if (!Ty->isForwardDecl()) in lowerCompleteTypeClass()
2506 if (!Ty->isForwardDecl()) in lowerCompleteTypeUnion()
2772 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp777 if (CTy->isForwardDecl()) in visitCompositeType()
792 !CTy->getName().empty() && !CTy->isForwardDecl()) in IsForwardDeclCandidate()
962 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl()) in visitMapDefType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2620 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()
2623 assert(!Res->isForwardDecl()); in completeType()
2695 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()
2702 assert(!Res->isForwardDecl()); in completeClass()
2807 if (T && T->isForwardDecl()) in completeRequiredType()
3838 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()
3874 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()
6044 assert(Ty->isForwardDecl()); in finalize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h461 bool isForwardDecl, bool isInternal,
H A DTypeSystemClang.cpp1231 bool isForwardDecl = true; in CreateRecordType() local
1233 return CreateObjCClass(name, decl_ctx, owning_module, isForwardDecl, in CreateRecordType()
1801 OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal, in CreateObjCClass() argument
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp291 if (CT.isForwardDecl()) in addTypeRef()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp816 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h776 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } in isForwardDecl() function