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

References

lib/ObjectYAML/ELFEmitter.cpp
  936     VerNeed.vn_cnt = VE.AuxV.size();
tools/lld/ELF/SyntheticSections.cpp
 2999     verneed->vn_cnt = vn.vernauxs.size();
tools/llvm-readobj/ELFDumper.cpp
  665     for (unsigned VernauxIndex = 0; VernauxIndex < Verneed->vn_cnt;
 3928                  (unsigned)Verneed->vn_cnt);
 3931     for (unsigned J = 0; J < Verneed->vn_cnt; ++J) {
 5706     W.printNumber("Count", Verneed->vn_cnt);
 5713     for (unsigned J = 0; J < Verneed->vn_cnt; ++J) {