Home
last modified time | relevance | path

Searched refs:hasODR (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h115 bool hasODR() const { return HasODR; } in hasODR() function
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h112 bool hasODR() const { return HasODR; } in hasODR() function
DDWARFLinker.h672 void copyAbbrev(const DWARFAbbreviationDeclaration &Abbrev, bool hasODR);
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp230 bool hasODR() const { return HasODR; } in hasODR() function in llvm::dsymutil::__anondabe43b60111::CompileUnit
1372 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() argument
3205 if (hasODR && isODRAttribute(Attr.Attr)) in copyAbbrev()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp366 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()