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

Declarations

tools/llvm-readobj/ELFDumper.cpp
  549   void printDynamicRelocation(const ELFO *Obj, Elf_Rela R, bool IsRela);

References

tools/llvm-readobj/ELFDumper.cpp
 3710       printDynamicRelocation(Obj, Rela, true);
 3724       printDynamicRelocation(Obj, Rela, false);
 3738       printDynamicRelocation(Obj, Rela, false);
 3751       printDynamicRelocation(Obj, Rela, true);
 3759       printDynamicRelocation(Obj, Rela, false);