Searched refs:RelocsSec (Results 1 – 1 of 1) sorted by relevance
670 for (const SectionRef RelocsSec : Obj->sections()) { in printLineNumbers() local671 if (RelocsSec.relocations().empty()) in printLineNumbers()673 SectionRef TextSec = *cantFail(RelocsSec.getRelocatedSection()); in printLineNumbers()676 for (const RelocationRef R : RelocsSec.relocations()) { in printLineNumbers()