reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objcopy/ELF/Object.cpp
  824                              SecToApplyRel->Name.data(), R.Offset,
  854   if (SecToApplyRel != nullptr)
  855     this->Info = SecToApplyRel->Index;
  912   if (SectionBase *To = FromTo.lookup(SecToApplyRel))
  913     SecToApplyRel = To;
  944   assert(!SecToApplyRel || !ToRemove(SecToApplyRel));
  944   assert(!SecToApplyRel || !ToRemove(SecToApplyRel));
tools/llvm-objcopy/ELF/Object.h
  723   const SectionBase *getSection() const { return SecToApplyRel; }
  724   void setSection(SectionBase *Sec) { SecToApplyRel = Sec; }