Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h424 removeSectionReferences(bool AllowBrokenLinks,
492 Error removeSectionReferences(
716 Error removeSectionReferences(
791 Error removeSectionReferences(
832 Error removeSectionReferences(
876 Error removeSectionReferences(
H A DELFObject.cpp51 Error SectionBase::removeSectionReferences( in removeSectionReferences() function in SectionBase
712 Error SymbolTableSection::removeSectionReferences( in removeSectionReferences() function in SymbolTableSection
867 Error RelocationSection::removeSectionReferences( in removeSectionReferences() function in RelocationSection
1008 Error DynamicRelocationSection::removeSectionReferences( in removeSectionReferences() function in DynamicRelocationSection
1028 Error Section::removeSectionReferences( in removeSectionReferences() function in Section
1053 Error GroupSection::removeSectionReferences( in removeSectionReferences() function in GroupSection
2169 if (Error E = KeepSec->removeSectionReferences( in removeSections()