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.cpp672 for (const SectionRef RelocsSec : Obj->sections()) { in printLineNumbers() local
673 if (RelocsSec.relocations().empty()) in printLineNumbers()
675 SectionRef TextSec = *cantFail(RelocsSec.getRelocatedSection()); in printLineNumbers()
678 for (const RelocationRef R : RelocsSec.relocations()) { in printLineNumbers()