Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp670 for (const SectionRef RelocsSec : Obj->sections()) { in printLineNumbers() local
671 if (RelocsSec.relocations().empty()) in printLineNumbers()
673 SectionRef TextSec = *cantFail(RelocsSec.getRelocatedSection()); in printLineNumbers()
676 for (const RelocationRef R : RelocsSec.relocations()) { in printLineNumbers()