Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp810 std::vector<RelocationSectionBase *> RelocSections; in handleArgs() local
830 RelocSections.push_back(RelocSec); in handleArgs()
834 for (RelocationSectionBase *RelocSec : RelocSections) { in handleArgs()