reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1052 Error removeSections(bool AllowBrokenLinks,
270 if (Error E = DWOFile->removeSections(Config.AllowBrokenLinks, 583 return Obj.removeSections(Config.AllowBrokenLinks, RemovePred);tools/llvm-objcopy/ELF/Object.cpp
2016 return Obj.removeSections(false, [&](const SectionBase &Sec) { 2062 if (Error E = Obj.removeSections(false /*AllowBrokenLinks*/,