Searched refs:removeSectionReferences (Results 1 – 2 of 2) sorted by relevance
277 virtual void removeSectionReferences(const SectionBase *Sec);338 void removeSectionReferences(const SectionBase *Sec) override;525 void removeSectionReferences(const SectionBase *Sec) override;577 void removeSectionReferences(const SectionBase *Sec) override;
52 void SectionBase::removeSectionReferences(const SectionBase *Sec) {} in removeSectionReferences() function in llvm::objcopy::elf::SectionBase429 void SymbolTableSection::removeSectionReferences(const SectionBase *Sec) { in removeSectionReferences() function in llvm::objcopy::elf::SymbolTableSection539 void RelocSectionWithSymtabBase<SymTabType>::removeSectionReferences( in removeSectionReferences() function in llvm::objcopy::elf::RelocSectionWithSymtabBase638 void Section::removeSectionReferences(const SectionBase *Sec) { in removeSectionReferences() function in llvm::objcopy::elf::Section1346 KeepSec->removeSectionReferences(RemoveSec.get()); in removeSections()