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

Overridden By

include/llvm/Object/ELFObjectFile.h
  290   std::vector<SectionRef> dynamic_relocation_sections() const override;
  766 ELFObjectFile<ELFT>::dynamic_relocation_sections() const {

References

tools/llvm-objdump/llvm-objdump.cpp
 1667   std::vector<SectionRef> DynRelSec = Obj->dynamic_relocation_sections();