Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h427 removeSectionReferences(bool AllowBrokenLinks,
498 Error removeSectionReferences(
725 Error removeSectionReferences(
800 Error removeSectionReferences(
841 Error removeSectionReferences(
885 Error removeSectionReferences(
H A DELFObject.cpp51 Error SectionBase::removeSectionReferences( in removeSectionReferences() function in SectionBase
722 Error SymbolTableSection::removeSectionReferences( in removeSectionReferences() function in SymbolTableSection
880 Error RelocationSection::removeSectionReferences( in removeSectionReferences() function in RelocationSection
1021 Error DynamicRelocationSection::removeSectionReferences( in removeSectionReferences() function in DynamicRelocationSection
1041 Error Section::removeSectionReferences( in removeSectionReferences() function in Section
1066 Error GroupSection::removeSectionReferences( in removeSectionReferences() function in GroupSection
2189 if (Error E = KeepSec->removeSectionReferences( in removeSections()