Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h433 virtual void onRemove();
826 void onRemove() override;
DObject.cpp65 void SectionBase::onRemove() {} in onRemove() function in SectionBase
1117 void GroupSection::onRemove() { in onRemove() function in GroupSection
2140 RemoveSec->onRemove(); in removeSections()