Lines Matching refs:Elf_Relr
92 using Elf_Relr = typename ELFT::Relr; \
814 virtual void printRelrReloc(const Elf_Relr &R) = 0;
821 llvm::function_ref<void(const Elf_Relr &)> RelrFn);
938 void printRelrReloc(const Elf_Relr &R) override;
1000 void printRelrReloc(const Elf_Relr &R) override;
2286 return DynRelrRegion.getAsArrayRef<Elf_Relr>(); in dyn_relrs()
3703 template <class ELFT> void GNUStyle<ELFT>::printRelrReloc(const Elf_Relr &R) { in printRelrReloc()
4654 [&](const Elf_Relr &R) { printRelrReloc(R); }); in printRelocationsHelper()
5702 llvm::function_ref<void(const Elf_Relr &)> RelrFn) { in forEachRelocationDo()
5749 for (const Elf_Relr &R : *RangeOrErr) in forEachRelocationDo()
6069 [](const Elf_Relr &) { in printRelocatableStackSizes() argument
6385 template <class ELFT> void LLVMStyle<ELFT>::printRelrReloc(const Elf_Relr &R) { in printRelrReloc()