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

References

tools/llvm-objcopy/COFF/COFFObjcopy.cpp
   94   Obj.removeSections([&Config](const Section &Sec) {
  116     Obj.truncateSections([](const Section &Sec) {
  125     for (Section &Sec : Obj.getMutableSections())
  131     if (Error E = Obj.markSymbols())
  135   Obj.removeSymbols([&](const Symbol &Sym) {
  185         Obj, SecName,
  192     addGnuDebugLink(Obj, Config.AddGnuDebugLink);