Searched refs:TargetOrErr (Results 1 – 1 of 1) sorted by relevance
6072 Expected<RelSymbol<ELFT>> TargetOrErr = this->getRelocationTarget(R, SymTab); in printStackSize() local6073 if (!TargetOrErr) in printStackSize()6076 toString(TargetOrErr.takeError())); in printStackSize()6078 Sym = TargetOrErr->Sym; in printStackSize()6087 (*TargetOrErr).Name + "': " + toString(SectionOrErr.takeError())); in printStackSize()6089 reportUniqueWarning("relocation symbol '" + (*TargetOrErr).Name + in printStackSize()