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

References

tools/llvm-objcopy/ELF/ELFConfig.cpp
   52     std::tie(SI.SectionName, Value) = Value.split(':');
   53     if (SI.SectionName.empty() || Value.empty())
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  722     SectionBase *Sec = Obj.findSection(SI.SectionName);