Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h543 removeSectionReferences(bool AllowBrokenLinks,
615 Error removeSectionReferences(
845 Error removeSectionReferences(
921 Error removeSectionReferences(
965 Error removeSectionReferences(
1013 Error removeSectionReferences(
H A DELFObject.cpp50 Error SectionBase::removeSectionReferences( in removeSectionReferences() function in SectionBase
739 Error SymbolTableSection::removeSectionReferences( in removeSectionReferences() function in SymbolTableSection
899 Error RelocationSection::removeSectionReferences( in removeSectionReferences() function in RelocationSection
1044 Error DynamicRelocationSection::removeSectionReferences( in removeSectionReferences() function in DynamicRelocationSection
1064 Error Section::removeSectionReferences( in removeSectionReferences() function in Section
1089 Error GroupSection::removeSectionReferences( in removeSectionReferences() function in GroupSection
2243 if (Error E = KeepSec->removeSectionReferences( in removeSections()