reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
88 if (Ctxt && Ctxt->getCanonicalDIEOffset()) 89 Attr.set(Ctxt->getCanonicalDIEOffset());tools/dsymutil/DwarfLinker.cpp
350 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset(); 352 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() > 0 && 353 Info.Ctxt->getCanonicalDIEOffset() <= ModulesEndOffset; 812 bool IsModuleRef = Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() && 825 Info.Ctxt->getCanonicalDIEOffset() && isODRAttribute(AttrSpec.Attr)) 830 Info.Ctxt->getCanonicalDIEOffset())) 1058 if (Ctxt && Ctxt->getCanonicalDIEOffset()) { 1059 DIEInteger Attr(Ctxt->getCanonicalDIEOffset()); 1528 !Info.Ctxt->getCanonicalDIEOffset()) {