Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h122 bool hasODR() const { return HasODR; } in hasODR() function
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp366 if (CU.hasODR() || Info.InModuleScope) { in analyzeContextInfo()
629 if (!CU.hasODR() && !Info.InModuleScope) in isODRCanonicalCandidate()
652 : CU.hasODR(); in lookForRefDIEsToKeep()
817 if (Current.CU.hasODR() || MyInfo.InModuleScope) in lookForDIEsToKeep()
848 : Current.CU.hasODR(); in lookForDIEsToKeep()
1002 (Unit.hasODR() && isODRAttribute(AttrSpec.Attr))) { in cloneDieReferenceAttribute()