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,
614 Error removeSectionReferences(
841 Error removeSectionReferences(
917 Error removeSectionReferences(
961 Error removeSectionReferences(
1009 Error removeSectionReferences(
H A DELFObject.cpp53 Error SectionBase::removeSectionReferences( in removeSectionReferences() function in SectionBase
742 Error SymbolTableSection::removeSectionReferences( in removeSectionReferences() function in SymbolTableSection
902 Error RelocationSection::removeSectionReferences( in removeSectionReferences() function in RelocationSection
1047 Error DynamicRelocationSection::removeSectionReferences( in removeSectionReferences() function in DynamicRelocationSection
1067 Error Section::removeSectionReferences( in removeSectionReferences() function in Section
1092 Error GroupSection::removeSectionReferences( in removeSectionReferences() function in GroupSection
2237 if (Error E = KeepSec->removeSectionReferences( in removeSections()