Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.h277 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;
H A DObject.cpp52 void SectionBase::removeSectionReferences(const SectionBase *Sec) {} in removeSectionReferences() function in llvm::objcopy::elf::SectionBase
429 void SymbolTableSection::removeSectionReferences(const SectionBase *Sec) { in removeSectionReferences() function in llvm::objcopy::elf::SymbolTableSection
539 void RelocSectionWithSymtabBase<SymTabType>::removeSectionReferences( in removeSectionReferences() function in llvm::objcopy::elf::RelocSectionWithSymtabBase
638 void Section::removeSectionReferences(const SectionBase *Sec) { in removeSectionReferences() function in llvm::objcopy::elf::Section
1346 KeepSec->removeSectionReferences(RemoveSec.get()); in removeSections()