Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp272 const RelSymbol<ELFT> &RelSym) = 0;
634 const RelSymbol<ELFT> &RelSym) override;
688 const RelSymbol<ELFT> &RelSym) override;
3526 const RelSymbol<ELFT> &RelSym) { in printRelRelaReloc() argument
3539 if (RelSym.Sym) in printRelRelaReloc()
3541 to_string(format_hex_no_prefix(RelSym.Sym->getValue(), Width)); in printRelRelaReloc()
3543 Fields[4].Str = std::string(RelSym.Name); in printRelRelaReloc()
3550 if (!RelSym.Name.empty()) { in printRelRelaReloc()
6656 const RelSymbol<ELFT> &RelSym) { in printRelRelaReloc() argument
6657 StringRef SymbolName = RelSym.Name; in printRelRelaReloc()