Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h424 removeSectionReferences(bool AllowBrokenLinks,
491 Error removeSectionReferences(
708 Error removeSectionReferences(
779 Error removeSectionReferences(
819 Error removeSectionReferences(
863 Error removeSectionReferences(
H A DObject.cpp51 Error SectionBase::removeSectionReferences( in removeSectionReferences() function in SectionBase
752 Error SymbolTableSection::removeSectionReferences( in removeSectionReferences() function in SymbolTableSection
896 Error RelocationSection::removeSectionReferences( in removeSectionReferences() function in RelocationSection
1035 Error DynamicRelocationSection::removeSectionReferences( in removeSectionReferences() function in DynamicRelocationSection
1055 Error Section::removeSectionReferences( in removeSectionReferences() function in Section
1080 Error GroupSection::removeSectionReferences( in removeSectionReferences() function in GroupSection
2150 if (Error E = KeepSec->removeSectionReferences( in removeSections()