Searched refs:RelRange (Results 1 – 3 of 3) sorted by relevance
81 using RelRange = ArrayRef<Rel>; member136 using Elf_Rel_Range = typename ELFT::RelRange; \
953 template <class RelRange, class T>954 static void writeRel(const RelRange &Relocations, T *Buf, bool IsMips64EL) { in writeRel()1627 static Error initRelocations(RelocationSection *Relocs, T RelRange) { in initRelocations() argument1628 for (const auto &Rel : RelRange) { in initRelocations()
7460 typename ELFT::RelRange CGProfileRel; in getSymbolIndices()7461 Expected<typename ELFT::RelRange> CGProfileRelOrError = in getSymbolIndices()