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

References

tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  344          Sym.Type != STT_SECTION;
  392     if (!Config.SymbolsPrefix.empty() && Sym.Type != STT_SECTION)
  407         (Config.KeepFileSymbols && Sym.Type == STT_FILE))
  414         Sym.Type != STT_FILE && Sym.Type != STT_SECTION)
  414         Sym.Type != STT_FILE && Sym.Type != STT_SECTION)
tools/llvm-objcopy/ELF/Object.cpp
  654   Sym.Type = Type;
  790     Sym->setType(Symbol->Type);