Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFTypes.h81 using RelRange = ArrayRef<Rel>; member
135 using Elf_Rel_Range = typename ELFT::RelRange; \
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp919 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() argument
1592 for (const auto &Rel : RelRange) { in initRelocations()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6969 typename ELFT::RelRange CGProfileRel; in getSymbolIndices()
6970 Expected<typename ELFT::RelRange> CGProfileRelOrError = in getSymbolIndices()