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

References

tools/llvm-objcopy/ELF/ELFConfig.cpp
   72             .CaseLower("global", [&SI] { SI.Bind = ELF::STB_GLOBAL; })
   73             .CaseLower("local", [&SI] { SI.Bind = ELF::STB_LOCAL; })
   74             .CaseLower("weak", [&SI] { SI.Bind = ELF::STB_WEAK; })
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  725         SI.SymbolName, SI.Bind, SI.Type, Sec, Value, SI.Visibility,