Lines Matching defs:dr
60 if (auto *dr = dyn_cast<Defined>(b))
61 if (!dr->isSection() && dr->section && dr->section->isLive() &&
62 (dr->file == file || dr->hasFlag(NEEDS_COPY) ||
63 (isa<SyntheticSection>(dr->section) &&
64 cast<SyntheticSection>(dr->section)->bss)))
65 v.push_back(dr);
72 for (Defined *dr : syms)
73 ret[dr->section].emplace_back(dr, dr->getVA(ctx));