Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h554 virtual void onRemove();
972 void onRemove() override;
H A DELFObject.cpp64 void SectionBase::onRemove() {} in onRemove() function in SectionBase
1126 void GroupSection::onRemove() { in onRemove() function in GroupSection
2233 RemoveSec->onRemove(); in removeSections()