Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp661 if (DD->generateTypeUnits() && !Ty->isForwardDecl() && in createTypeDIE()
709 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()
823 if (!DTy->isForwardDecl()) in constructTypeDIE()
1015 else if (!CTy->isForwardDecl()) in constructTypeDIE()
1020 if (CTy->isForwardDecl()) in constructTypeDIE()
1024 if (!CTy->isForwardDecl()) in constructTypeDIE()
DCodeViewDebug.cpp1453 if (!T || T->isForwardDecl()) in shouldEmitUdt()
2056 if (Ty->isForwardDecl()) { in lowerTypeEnum()
2203 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()
2230 if (!Ty->isForwardDecl()) in lowerTypeClass()
2282 if (!Ty->isForwardDecl()) in lowerTypeUnion()
2548 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp538 if (CTy->isForwardDecl()) in visitCompositeType()
566 !CTy->isForwardDecl()) { in visitDerivedType()
636 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl()) in visitMapDefType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp427 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp309 if (CT.isForwardDecl()) in addTypeRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h651 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } in isForwardDecl() function