Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELF.cpp299 ELFFile<ELFT>::decode_relrs(Elf_Relr_Range relrs) const { in decode_relrs() function in ELFFile
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h279 std::vector<Elf_Rel> decode_relrs(Elf_Relr_Range relrs) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3501 return this->Obj.decode_relrs(*RelrsOrErr).size(); in printRelocations()
4390 for (const Elf_Rel &Rel : Obj.decode_relrs(Relrs)) in printDynamicRelocationsHelper()
5641 for (const Elf_Rel &R : Obj.decode_relrs(*RangeOrErr)) in forEachRelocationDo()