Searched refs:SymSI (Results 1 – 1 of 1) sorted by relevance
532 Expected<section_iterator> SymSI = SI->getSection(); in getRelocationValueString() local533 if (!SymSI) in getRelocationValueString()534 return errorToErrorCode(SymSI.takeError()); in getRelocationValueString()535 const Elf_Shdr *SymSec = Obj->getSection((*SymSI)->getRawDataRefImpl()); in getRelocationValueString()