Searched refs:hasODR (Results 1 – 5 of 5) sorted by relevance
115 bool hasODR() const { return HasODR; } in hasODR() function
112 bool hasODR() const { return HasODR; } in hasODR() function
672 void copyAbbrev(const DWARFAbbreviationDeclaration &Abbrev, bool hasODR);
230 bool hasODR() const { return HasODR; } in hasODR() function in llvm::dsymutil::__anondabe43b60111::CompileUnit1372 void copyAbbrev(const DWARFAbbreviationDeclaration &Abbrev, bool hasODR);1791 if (CU.hasODR() || InClangModule) { in analyzeContextInfo()2301 bool UseOdr = (Flags & TF_DependencyWalk) ? (Flags & TF_ODR) : CU.hasODR(); in lookForDIEsToKeep()2404 (Unit.hasODR() && isODRAttribute(AttrSpec.Attr))) { in cloneDieReferenceAttribute()2724 if ((Unit.hasODR() || Unit.isClangModule()) && in cloneDIE()2795 copyAbbrev(*InputDIE.getAbbreviationDeclarationPtr(), Unit.hasODR()); in cloneDIE()3199 const DWARFAbbreviationDeclaration &Abbrev, bool hasODR) { in copyAbbrev() argument3205 if (hasODR && isODRAttribute(Attr.Attr)) in copyAbbrev()
366 if (CU.hasODR() || InClangModule) { in analyzeContextInfo()668 : CU.hasODR(); in lookForRefDIEsToKeep()849 : Current.CU.hasODR(); in lookForDIEsToKeep()949 (Unit.hasODR() && isODRAttribute(AttrSpec.Attr))) { in cloneDieReferenceAttribute()1368 if ((Unit.hasODR() || Unit.isClangModule()) && !Info.Incomplete && in cloneDIE()1448 copyAbbrev(*InputDIE.getAbbreviationDeclarationPtr(), Unit.hasODR()); in cloneDIE()