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

References

tools/llvm-objcopy/ELF/Object.cpp
 1548         StrTab = static_cast<StringTableSection *>(&Sec);
 1555     if (!StrTab)
 1556       StrTab = &Obj.addSection<StringTableSection>();
 1560     SymTab.Link = StrTab->Index;