Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp376 Expected<RelSymbol<ELFT>> getRelocationTarget(const Relocation<ELFT> &R,
781 ELFDumper<ELFT>::getRelocationTarget(const Relocation<ELFT> &R, in getRelocationTarget() function in ELFDumper
3136 Expected<RelSymbol<ELFT>> Target = getRelocationTarget(R, SymTab); in printReloc()
5799 Expected<RelSymbol<ELFT>> TargetOrErr = this->getRelocationTarget(R, SymTab); in printStackSize()