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