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

References

tools/llvm-objcopy/ELF/ELFConfig.cpp
   79             .CaseLower("file", [&SI] { SI.Type = ELF::STT_FILE; })
   80             .CaseLower("section", [&SI] { SI.Type = ELF::STT_SECTION; })
   81             .CaseLower("object", [&SI] { SI.Type = ELF::STT_OBJECT; })
   82             .CaseLower("function", [&SI] { SI.Type = ELF::STT_FUNC; })
   84                        [&SI] { SI.Type = ELF::STT_GNU_IFUNC; })
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  725         SI.SymbolName, SI.Bind, SI.Type, Sec, Value, SI.Visibility,