Searched refs:RelRange (Results 1 – 3 of 3) sorted by relevance
84 using RelRange = ArrayRef<Rel>; member140 using Elf_Rel_Range = typename ELFT::RelRange; \
972 template <class RelRange, class T>973 static void writeRel(const RelRange &Relocations, T *Buf, bool IsMips64EL) { in writeRel()1655 static Error initRelocations(RelocationSection *Relocs, T RelRange) { in initRelocations() argument1656 for (const auto &Rel : RelRange) { in initRelocations()
7788 typename ELFT::RelRange CGProfileRel; in getSymbolIndices()7789 Expected<typename ELFT::RelRange> CGProfileRelOrError = in getSymbolIndices()