Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DELF.cpp313 ELFFile<ELFT>::decode_relrs(Elf_Relr_Range relrs) const { in decode_relrs() function in ELFFile
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELF.h276 std::vector<Elf_Rel> decode_relrs(Elf_Relr_Range relrs) const;
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3612 return this->Obj.decode_relrs(*RelrsOrErr).size(); in printRelocations()
4511 for (const Elf_Rel &Rel : Obj.decode_relrs(Relrs)) in printDynamicRelocationsHelper()
5887 for (const Elf_Rel &R : Obj.decode_relrs(*RangeOrErr)) in forEachRelocationDo()