Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp582 if (DD->generateTypeUnits() && !Ty->isForwardDecl() && in createTypeDIE()
630 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()
776 if (!DTy->isForwardDecl()) in constructTypeDIE()
967 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type)) in constructTypeDIE()
969 else if (!CTy->isForwardDecl()) in constructTypeDIE()
974 if (CTy->isForwardDecl()) in constructTypeDIE()
978 if (!CTy->isForwardDecl()) in constructTypeDIE()
H A DCodeViewDebug.cpp1498 if (!T || T->isForwardDecl()) in shouldEmitUdt()
2110 if (Ty->isForwardDecl()) { in lowerTypeEnum()
2266 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()
2293 if (!Ty->isForwardDecl()) in lowerTypeClass()
2345 if (!Ty->isForwardDecl()) in lowerTypeUnion()
2611 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2264 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()
2267 assert(!Res->isForwardDecl()); in completeType()
2339 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()
2342 assert(!Res->isForwardDecl()); in completeClass()
2438 if (T && T->isForwardDecl()) in completeRequiredType()
3388 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()
3424 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()
5090 assert(Ty->isForwardDecl()); in finalize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp643 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp306 if (CT.isForwardDecl()) in addTypeRef()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h730 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } in isForwardDecl() function