Home
last modified time | relevance | path

Searched refs:removeSectionReferences (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h424 removeSectionReferences(bool AllowBrokenLinks,
492 Error removeSectionReferences(
713 Error removeSectionReferences(
788 Error removeSectionReferences(
829 Error removeSectionReferences(
873 Error removeSectionReferences(
H A DELFObject.cpp51 Error SectionBase::removeSectionReferences( in removeSectionReferences() function in SectionBase
691 Error SymbolTableSection::removeSectionReferences( in removeSectionReferences() function in SymbolTableSection
846 Error RelocationSection::removeSectionReferences( in removeSectionReferences() function in RelocationSection
987 Error DynamicRelocationSection::removeSectionReferences( in removeSectionReferences() function in DynamicRelocationSection
1007 Error Section::removeSectionReferences( in removeSectionReferences() function in Section
1032 Error GroupSection::removeSectionReferences( in removeSectionReferences() function in GroupSection
2147 if (Error E = KeepSec->removeSectionReferences( in removeSections()