Home | History | Annotate | Download | only in dsymutil

Lines Matching refs:HasODR

207     HasODR = CanUseODR && (Lang == dwarf::DW_LANG_C_plus_plus ||
230 bool hasODR() const { return HasODR; }
386 bool HasODR;
1372 void copyAbbrev(const DWARFAbbreviationDeclaration &Abbrev, bool hasODR);
1791 if (CU.hasODR() || InClangModule) {
2246 // ReferencedCU->hasODR() && CU.hasODR().
2301 bool UseOdr = (Flags & TF_DependencyWalk) ? (Flags & TF_ODR) : CU.hasODR();
2404 (Unit.hasODR() && isODRAttribute(AttrSpec.Attr))) {
2724 if ((Unit.hasODR() || Unit.isClangModule()) &&
2795 copyAbbrev(*InputDIE.getAbbreviationDeclarationPtr(), Unit.hasODR());
3199 const DWARFAbbreviationDeclaration &Abbrev, bool hasODR) {
3205 if (hasODR && isODRAttribute(Attr.Attr))