Searched refs:RelrsOrErr (Results 1 – 1 of 1) sorted by relevance
3926 Expected<Elf_Relr_Range> RelrsOrErr = this->Obj.relrs(Sec); in printRelocations() local3927 if (!RelrsOrErr) in printRelocations()3928 return RelrsOrErr.takeError(); in printRelocations()3929 return this->Obj.decode_relrs(*RelrsOrErr).size(); in printRelocations()