Home
last modified time | relevance | path

Searched refs:TargetOrErr (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6072 Expected<RelSymbol<ELFT>> TargetOrErr = this->getRelocationTarget(R, SymTab); in printStackSize() local
6073 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()