Searched refs:RelRange (Results 1 – 3 of 3) sorted by relevance
81 using RelRange = ArrayRef<Rel>; member135 using Elf_Rel_Range = typename ELFT::RelRange; \
919 template <class RelRange, class T>920 static void writeRel(const RelRange &Relocations, T *Buf, bool IsMips64EL) { in writeRel()1591 static Error initRelocations(RelocationSection *Relocs, T RelRange) { in initRelocations() argument1592 for (const auto &Rel : RelRange) { in initRelocations()
6969 typename ELFT::RelRange CGProfileRel; in getSymbolIndices()6970 Expected<typename ELFT::RelRange> CGProfileRelOrError = in getSymbolIndices()