Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h553 virtual void onRemove();
968 void onRemove() override;
H A DELFObject.cpp67 void SectionBase::onRemove() {} in onRemove() function in SectionBase
1129 void GroupSection::onRemove() { in onRemove() function in GroupSection
2227 RemoveSec->onRemove(); in removeSections()