Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp227 SmallVector<RelocationSection *, 13> RelocationSections; in replaceDebugSections() local
231 RelocationSections.push_back(R); in replaceDebugSections()
242 for (RelocationSection *RS : RelocationSections) { in replaceDebugSections()