Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp267 const RelSymbol<ELFT> &RelSym) = 0;
620 const RelSymbol<ELFT> &RelSym) override;
673 const RelSymbol<ELFT> &RelSym) override;
3407 const RelSymbol<ELFT> &RelSym) { in printRelRelaReloc() argument
3420 if (RelSym.Sym) in printRelRelaReloc()
3422 to_string(format_hex_no_prefix(RelSym.Sym->getValue(), Width)); in printRelRelaReloc()
3424 Fields[4].Str = std::string(RelSym.Name); in printRelRelaReloc()
3431 if (!RelSym.Name.empty()) { in printRelRelaReloc()
6316 const RelSymbol<ELFT> &RelSym) { in printRelRelaReloc() argument
6317 StringRef SymbolName = RelSym.Name; in printRelRelaReloc()