Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h83 using RelRange = ArrayRef<Rel>; member
139 using Elf_Rel_Range = typename ELFT::RelRange; \
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp975 template <class RelRange, class T>
976 static void writeRel(const RelRange &Relocations, T *Buf, bool IsMips64EL) { in writeRel()
1658 static Error initRelocations(RelocationSection *Relocs, T RelRange) { in initRelocations() argument
1659 for (const auto &Rel : RelRange) { in initRelocations()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7673 typename ELFT::RelRange CGProfileRel; in getSymbolIndices()
7674 Expected<typename ELFT::RelRange> CGProfileRelOrError = in getSymbolIndices()