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

References

include/llvm/Object/ELFTypes.h
  735     assert(kind == ELF::ODK_REGINFO);
tools/lld/ELF/SyntheticSections.cpp
  158   options->kind = ODK_REGINFO;
  194       if (opt->kind == ODK_REGINFO) {
tools/llvm-readobj/ELFDumper.cpp
 2674     DictScope GS(W, getElfMipsOptionsOdkType(O->kind));
 2675     switch (O->kind) {