Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp721 if (GenerateDwarfTypeUnits && !Ty->isForwardDecl()) in getOrCreateTypeDIE()
737 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()
838 if (!DTy->isForwardDecl()) in constructTypeDIE()
985 else if (!CTy->isForwardDecl()) in constructTypeDIE()
990 if (CTy->isForwardDecl()) in constructTypeDIE()
994 if (!CTy->isForwardDecl()) in constructTypeDIE()
DCodeViewDebug.cpp1422 if (Ty->isForwardDecl()) { in lowerTypeEnum()
1541 if (!Ty->isForwardDecl()) in lowerTypeClass()
1585 if (!Ty->isForwardDecl()) in lowerTypeUnion()
1800 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp636 if (Ty.isCompositeType() && !Ty.getName().empty() && !Ty.isForwardDecl() in addGlobalType()
706 if (!DTy.isForwardDecl()) in constructTypeDIE()
851 if (CTy.isForwardDecl()) in constructTypeDIE()
858 if (!CTy.isForwardDecl()) in constructTypeDIE()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1586 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()
1589 assert(!Res->isForwardDecl()); in completeType()
1612 if (T && T->isForwardDecl()) in completeRequiredType()
1622 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClassData()
1625 assert(!Res->isForwardDecl()); in completeClassData()
2486 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()
2517 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()
3730 assert(Ty->isForwardDecl()); in finalize()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h271 bool isForwardDecl() const { in isForwardDecl() function
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp296 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp677 if (isForwardDecl()) in print()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h574 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; }
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1208 if (CT.isForwardDecl()) in addTypeRef()