Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp589 if (DD->generateTypeUnits() && !Ty->isForwardDecl() && in createTypeDIE()
635 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()
796 if (!DTy->isForwardDecl()) in constructTypeDIE()
1020 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type)) in constructTypeDIE()
1022 else if (!CTy->isForwardDecl()) in constructTypeDIE()
1027 if (CTy->isForwardDecl()) in constructTypeDIE()
1034 if (!CTy->isForwardDecl()) in constructTypeDIE()
H A DCodeViewDebug.cpp1591 if (!T || T->isForwardDecl()) in shouldEmitUdt()
2236 if (Ty->isForwardDecl()) { in lowerTypeEnum()
2394 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()
2421 if (!Ty->isForwardDecl()) in lowerTypeClass()
2473 if (!Ty->isForwardDecl()) in lowerTypeUnion()
2739 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp775 if (CTy->isForwardDecl()) in visitCompositeType()
790 !CTy->getName().empty() && !CTy->isForwardDecl()) in IsForwardDeclCandidate()
960 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl()) in visitMapDefType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2382 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()
2385 assert(!Res->isForwardDecl()); in completeType()
2457 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()
2460 assert(!Res->isForwardDecl()); in completeClass()
2556 if (T && T->isForwardDecl()) in completeRequiredType()
3539 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()
3575 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()
5687 assert(Ty->isForwardDecl()); in finalize()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h393 bool isForwardDecl, bool isInternal,
H A DTypeSystemClang.cpp1283 bool isForwardDecl = true; in CreateRecordType() local
1285 return CreateObjCClass(name, decl_ctx, owning_module, isForwardDecl, in CreateRecordType()
1843 OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal, in CreateObjCClass() argument
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp737 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp290 if (CT.isForwardDecl()) in addTypeRef()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h764 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } in isForwardDecl() function